Searched defs:inpcb (Results 1 – 6 of 6) 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 | 2872 void (*func)(struct inpcb *, void *), void *arg) in inp_apply_all() argument 2936 int (*ctloutput_set)(struct inpcb *, struct sockopt *)) in sysctl_setsockopt() 3241 DB_SHOW_COMMAND(inpcb, db_show_inpcb) in DB_SHOW_COMMAND() argument
|
/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 | 2809 vxlan_rcv_udp_packet(struct mbuf * m,int offset,struct inpcb * inpcb,const struct sockaddr * srcsa,void * xvso) vxlan_rcv_udp_packet() argument
|