Searched refs:inpcb (Results 1 – 8 of 8) sorted by relevance
/external/usrsctp/usrsctplib/ |
D | user_inpcb.h | 48 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/ |
D | sctp_pcb.h | 455 struct inpcb inp; 456 char align[(sizeof(struct inpcb) + SCTP_ALIGNM1) &
|
D | sctp_os_userspace.h | 1093 ((struct inpcb *)(stcb->sctp_ep))->in6p_outputopts, \
|
D | sctp_pcb.c | 3269 struct inpcb *ip_inp; 3284 ip_inp = (struct inpcb *)so->so_pcb; 3887 struct inpcb *ip_pcb;
|
D | sctp_usrreq.c | 544 in_rtchange((struct inpcb *)inp, 727 struct inpcb *ip_inp; 807 struct inpcb *ip_inp;
|
D | sctputil.c | 8157 sctp_recv_udp_tunneled_packet(struct mbuf *m, int off, struct inpcb *inp, 8378 in_rtchange((struct inpcb *)inp,
|
D | sctp_output.c | 4587 flowlabel = ntohl(((struct inpcb *)inp)->inp_flow); 4665 tos_value = (ntohl(((struct inpcb *)inp)->inp_flow) >> 20) & 0xff;
|
/external/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 1615 struct inpcb *inp = sotoinpcb(so); 1689 struct inpcb *inp = sotoinpcb(so);
|