Searched defs:inpcb (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | in_pcb.h | 167 struct inpcb { struct 170 CK_LIST_ENTRY(inpcb) inp_hash_exact; /* hash table linkage */ argument 177 #define inp_zero_size (sizeof(struct inpcb) - \ argument 184 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */ argument 201 struct inpcbpolicy *inp_sp; /* (s) for IPSEC */ argument 222 CK_LIST_ENTRY(inpcb) inp_portlist; /* (r:e/w:h) port list */ argument 230 CK_LIST_ENTRY(inpcb) inp_list; /* (r:e/w:p) all PCBs for proto */ argument
|
| H A D | in_pcb.c | 2879 void (*func)(struct inpcb *, void *), void *arg) in inp_apply_all() argument 2943 int (*ctloutput_set)(struct inpcb *, struct sockopt *)) in sysctl_setsockopt() 3113 DB_SHOW_COMMAND(inpcb, db_show_inpcb) in DB_SHOW_COMMAND() argument
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | sack_filter.c | 41 struct inpcb { struct 42 uint32_t stuff;
|
| /freebsd/usr.bin/systat/ |
| H A D | netstat.c | 174 struct inpcb *inpcb; in fetchnetstat_kvm() local
|
| /freebsd/sys/netinet6/ |
| H A D | in6_pcb.c | 666 struct inpcb *(*notify)(struct inpcb *, int)) in in6_pcbnotify()
|
| /freebsd/sys/dev/wg/ |
| H A D | if_wg.c | 2039 wg_input(struct mbuf *m, int offset, struct inpcb *inpcb, in wg_input()
|
| /freebsd/sys/net/ |
| H A D | if_vxlan.c | 2811 vxlan_rcv_udp_packet(struct mbuf *m, int offset, struct inpcb *inpcb, in vxlan_rcv_udp_packet()
|