Home
last modified time | relevance | path

Searched refs:inpcb (Results 1 – 8 of 8) sorted by relevance

/external/usrsctp/usrsctplib/
Duser_inpcb.h48 LIST_HEAD(inpcbhead, inpcb);
106 struct inpcb { struct
107 LIST_ENTRY(inpcb) inp_hash; /* hash list */
108 LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */
166 LIST_ENTRY(inpcb) inp_portlist; argument
168 #define inp_zero_size offsetof(struct inpcb, inp_gencnt)
326 #define sotoinpcb(so) ((struct inpcb *)(so)->so_pcb)
345 int in_pcbbind(struct inpcb *, struct sockaddr *, struct ucred *);
346 int in_pcbconnect(struct inpcb *, struct sockaddr *, struct ucred *);
347 void in_pcbdetach(struct inpcb *);
[all …]
/external/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h455 struct inpcb inp;
456 char align[(sizeof(struct inpcb) + SCTP_ALIGNM1) &
Dsctp_os_userspace.h1093 ((struct inpcb *)(stcb->sctp_ep))->in6p_outputopts, \
Dsctp_pcb.c3269 struct inpcb *ip_inp;
3284 ip_inp = (struct inpcb *)so->so_pcb;
3887 struct inpcb *ip_pcb;
Dsctp_usrreq.c544 in_rtchange((struct inpcb *)inp,
727 struct inpcb *ip_inp;
807 struct inpcb *ip_inp;
Dsctputil.c8157 sctp_recv_udp_tunneled_packet(struct mbuf *m, int off, struct inpcb *inp,
8378 in_rtchange((struct inpcb *)inp,
Dsctp_output.c4587 flowlabel = ntohl(((struct inpcb *)inp)->inp_flow);
4665 tos_value = (ntohl(((struct inpcb *)inp)->inp_flow) >> 20) & 0xff;
/external/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c1615 struct inpcb *inp = sotoinpcb(so);
1689 struct inpcb *inp = sotoinpcb(so);