Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h231 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 Din_pcb.h231 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 Din_pcb.c1934 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 Dsys_socket.c374 struct inpcb *inpcb; in soo_fill_kinfo() local
/f-stack/freebsd/netinet6/
H A Din6_pcb.c644 struct inpcb *(*notify)(struct inpcb *, int)) in in6_pcbnotify()
/f-stack/freebsd/net/
H A Dif_vxlan.c2750 vxlan_rcv_udp_packet(struct mbuf *m, int offset, struct inpcb *inpcb, in vxlan_rcv_udp_packet()