Searched refs:sctp_vrf (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h50 LIST_HEAD(sctp_vrflist, sctp_vrf);
62 struct sctp_vrf { struct
63 LIST_ENTRY (sctp_vrf) next_vrf;
76 struct sctp_vrf *vrf;
700 struct sctp_vrf *sctp_allocate_vrf(int vrfid);
701 struct sctp_vrf *sctp_find_vrf(uint32_t vrfid);
702 void sctp_free_vrf(struct sctp_vrf *vrf);
H A Dsctp_pcb.c213 struct sctp_vrf *
216 struct sctp_vrf *vrf = NULL;
225 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf),
235 memset(vrf, 0, sizeof(struct sctp_vrf));
284 struct sctp_vrf *
288 struct sctp_vrf *liste;
301 sctp_free_vrf(struct sctp_vrf *vrf)
383 struct sctp_vrf *vrf;
427 struct sctp_vrf *vr
[all...]
H A Dsctp_asconf.c2464 struct sctp_vrf *vrf = NULL;
3095 struct sctp_vrf *vrf = NULL;
3425 struct sctp_vrf *vrf = NULL;
H A Dsctp_sysctl.c181 struct sctp_vrf *vrf;
237 struct sctp_vrf *vrf;
H A Dsctp_usrreq.c1579 struct sctp_vrf *vrf;
1916 struct sctp_vrf *vrf = NULL;
8407 struct sctp_vrf *vrf;
H A Dsctputil.c5512 struct sctp_vrf *vrf;
7543 struct sctp_vrf *vrf;
H A Dsctp_output.c2070 struct sctp_vrf *vrf = NULL;
2521 struct sctp_vrf *vrf;
2658 struct sctp_vrf *vrf;
3050 struct sctp_vrf *vrf;

Completed in 4370 milliseconds