Home
last modified time | relevance | path

Searched defs:inpcb (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Din_pcb.h168 struct inpcb { struct
175 #define inp_zero_size (sizeof(struct inpcb) - \ argument
182 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */ argument
199 struct inpcbpolicy *inp_sp; /* (s) for IPSEC */ argument
220 CK_LIST_ENTRY(inpcb) inp_portlist; /* (r:e/w:h) port list */ argument
221 struct inpcbport *inp_phd; /* (r:e/w:h) head of this list */ argument
229 CK_LIST_ENTRY(inpcb) inp_list; /* (r:e/w:p) all PCBs for proto */ argument
H A Din_pcb.c2820 void (*func)(struct inpcb *, void *), void *arg) in inp_apply_all() argument
2884 int (*ctloutput_set)(struct inpcb *, struct sockopt *)) in sysctl_setsockopt()
3190 DB_SHOW_COMMAND(inpcb, db_show_inpcb) in DB_SHOW_COMMAND() argument
/freebsd/sys/netinet/tcp_stacks/
H A Dsack_filter.c41 struct inpcb { struct
42 uint32_t stuff;
/freebsd/usr.bin/systat/
H A Dnetstat.c175 struct inpcb *inpcb; in fetchnetstat_kvm() local
/freebsd/sys/netinet6/
H A Din6_pcb.c616 struct inpcb *(*notify)(struct inpcb *, int)) in in6_pcbnotify()
/freebsd/sys/dev/wg/
H A Dif_wg.c1950 wg_input(struct mbuf *m, int offset, struct inpcb *inpcb, in wg_input()
/freebsd/sys/net/
H A Dif_vxlan.c2804 vxlan_rcv_udp_packet(struct mbuf *m, int offset, struct inpcb *inpcb, in vxlan_rcv_udp_packet()