Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h52 LIST_HEAD(sctp_vrflist, sctp_vrf);
64 struct sctp_vrf { struct
65 LIST_ENTRY (sctp_vrf) next_vrf;
78 struct sctp_vrf *vrf; argument
695 struct sctp_vrf *sctp_allocate_vrf(int vrfid);
696 struct sctp_vrf *sctp_find_vrf(uint32_t vrfid);
697 void sctp_free_vrf(struct sctp_vrf *vrf);
Dsctp_pcb.c205 struct sctp_vrf *
208 struct sctp_vrf *vrf = NULL;
217 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf),
227 memset(vrf, 0, sizeof(struct sctp_vrf));
277 struct sctp_vrf *
281 struct sctp_vrf *liste;
294 sctp_free_vrf(struct sctp_vrf *vrf)
378 struct sctp_vrf *vrf;
422 struct sctp_vrf *vrf;
553 struct sctp_vrf *vrf;
[all …]
Dsctp_asconf.c2477 struct sctp_vrf *vrf = NULL; in sctp_find_valid_localaddr()
3097 struct sctp_vrf *vrf = NULL; in sctp_check_address_list_all()
3418 struct sctp_vrf *vrf = NULL; in sctp_asconf_send_nat_state_update()
Dsctp_sysctl.c198 struct sctp_vrf *vrf; in sctp_sysctl_number_of_addresses()
254 struct sctp_vrf *vrf; in sctp_sysctl_copy_out_local_addresses()
Dsctp_output.c2069 struct sctp_vrf *vrf = NULL; in sctp_add_addresses_to_i_ia()
2520 struct sctp_vrf *vrf; in sctp_choose_boundspecific_inp()
2657 struct sctp_vrf *vrf; in sctp_choose_boundspecific_stcb()
3049 struct sctp_vrf *vrf; in sctp_choose_boundall()
Dsctputil.c5885 struct sctp_vrf *vrf;
7860 struct sctp_vrf *vrf;
Dsctp_usrreq.c1464 struct sctp_vrf *vrf;
1799 struct sctp_vrf *vrf = NULL;