Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h167 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 Din_pcb.c2872 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 Dnetstat.c174 struct inpcb *inpcb; in fetchnetstat_kvm() local
/freebsd/sys/netinet6/
H A Din6_pcb.c666 struct inpcb *(*notify)(struct inpcb *, int)) in in6_pcbnotify()
/freebsd/sys/dev/wg/
H A Dif_wg.c2039 wg_input(struct mbuf *m, int offset, struct inpcb *inpcb, in wg_input()
/freebsd/sys/net/
H A Dif_vxlan.c2809 vxlan_rcv_udp_packet(struct mbuf * m,int offset,struct inpcb * inpcb,const struct sockaddr * srcsa,void * xvso) vxlan_rcv_udp_packet() argument