Searched refs:inpcb (Results 1 – 6 of 6) sorted by relevance
38 #define in6pcb inpcb /* for KAME src sync over BSD*'s */50 LIST_HEAD(inpcbhead, inpcb);108 struct inpcb { struct109 LIST_ENTRY(inpcb) inp_hash; /* hash list */110 LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */168 LIST_ENTRY(inpcb) inp_portlist; argument170 #define inp_zero_size offsetof(struct inpcb, inp_gencnt)328 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb)348 int in_pcbbind(struct inpcb *, struct sockaddr *, struct ucred *);349 int in_pcbconnect(struct inpcb *, struct sockaddr *, struct ucred *);[all …]
555 #define in6pcb inpcb977 #define SCTP_IPV6_V6ONLY(inp) (((struct inpcb *)inp)->inp_flags & IN6P_IPV6_V6ONLY)
439 struct inpcb inp;
3168 struct inpcb *ip_inp;3183 ip_inp = (struct inpcb *)so->so_pcb;3801 struct inpcb *ip_pcb;
569 in_rtchange((struct inpcb *)inp,743 struct inpcb *ip_inp;855 struct inpcb *ip_inp;
7718 sctp_recv_udp_tunneled_packet(struct mbuf *m, int off, struct inpcb *ignored)