Searched defs:inpcb (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | in_pcb.h | 231 struct inpcb { struct 238 #define inp_zero_size (sizeof(struct inpcb) - \ argument 242 uint32_t inp_hpts_request; /* Current hpts request, zero if 275 TAILQ_ENTRY(inpcb) inp_input; /* pacing in queue next lock(b) */ argument 276 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */ argument 277 struct inpcbgroup *inp_pcbgroup; /* (g/i) PCB group list */ argument 295 struct inpcbpolicy *inp_sp; /* (s) for IPSEC */ argument 316 CK_LIST_ENTRY(inpcb) inp_portlist; /* (i/h) */ argument 317 struct inpcbport *inp_phd; /* (i/h) head of this list */ argument 325 CK_LIST_ENTRY(inpcb) inp_list; /* (p/l) list for all PCBs for proto */ argument [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | in_pcb.h | 231 struct inpcb { struct 238 #define inp_zero_size (sizeof(struct inpcb) - \ argument 242 uint32_t inp_hpts_request; /* Current hpts request, zero if 275 TAILQ_ENTRY(inpcb) inp_input; /* pacing in queue next lock(b) */ argument 276 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */ argument 277 struct inpcbgroup *inp_pcbgroup; /* (g/i) PCB group list */ argument 295 struct inpcbpolicy *inp_sp; /* (s) for IPSEC */ argument 316 CK_LIST_ENTRY(inpcb) inp_portlist; /* (i/h) */ argument 317 struct inpcbport *inp_phd; /* (i/h) head of this list */ argument 325 CK_LIST_ENTRY(inpcb) inp_list; /* (p/l) list for all PCBs for proto */ argument [all …]
|
| H A D | in_pcb.c | 1934 struct inpcb *(*notify)(struct inpcb *, int)) in in_pcbnotifyall() 2985 inp_apply_all(void (*func)(struct inpcb *, void *), void *arg) in inp_apply_all() argument 3324 DB_SHOW_COMMAND(inpcb, db_show_inpcb) in DB_SHOW_COMMAND() argument
|
| /f-stack/freebsd/kern/ |
| H A D | sys_socket.c | 374 struct inpcb *inpcb; in soo_fill_kinfo() local
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.c | 644 struct inpcb *(*notify)(struct inpcb *, int)) in in6_pcbnotify()
|
| /f-stack/freebsd/net/ |
| H A D | if_vxlan.c | 2750 vxlan_rcv_udp_packet(struct mbuf *m, int offset, struct inpcb *inpcb, in vxlan_rcv_udp_packet()
|