Searched defs:inpcb (Results 1 – 7 of 7) sorted by relevance
184 struct inpcb { struct191 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */ argument192 struct inpcbgroup *inp_pcbgroup; /* (g/i) PCB group list */ argument193 LIST_ENTRY(inpcb) inp_pcbgroup_wild; /* (g/i/h) group wildcard entry */ argument194 struct socket *inp_socket; /* (i) back pointer to socket */218 struct inpcbpolicy *inp_sp; /* (s) for IPSEC */ argument239 LIST_ENTRY(inpcb) inp_portlist; /* (i/h) */ argument240 struct inpcbport *inp_phd; /* (i/h) head of this list */ argument242 inp_gen_t inp_gencnt; /* (c) generation count */243 struct rtentry *inp_rt; /* cached L3 information */[all …]
1640 struct inpcb *(*notify)(struct inpcb *, int)) in in_pcbnotifyall()2572 inp_apply_all(void (*func)(struct inpcb *, void *), void *arg) in inp_apply_all() argument2873 DB_SHOW_COMMAND(inpcb, db_show_inpcb) in DB_SHOW_COMMAND() argument
175 struct inpcb inpcb; in fetchnetstat_kvm() local248 struct inpcb *inpcb; in fetchnetstat_sysctl() local
316 struct inpcb *inpcb; in soo_fill_kinfo() local
590 struct inpcb *(*notify)(struct inpcb *, int)) in in6_pcbnotify()
1433 struct inpcb inpcb; in procstat_get_socket_info_kvm() local
2456 vxlan_rcv_udp_packet(struct mbuf *m, int offset, struct inpcb *inpcb, in vxlan_rcv_udp_packet()