Home
last modified time | relevance | path

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

/external/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
720 struct sctp_vrf *sctp_allocate_vrf(int vrfid);
721 struct sctp_vrf *sctp_find_vrf(uint32_t vrfid);
722 void sctp_free_vrf(struct sctp_vrf *vrf);
Dsctp_pcb.c211 struct sctp_vrf *
214 struct sctp_vrf *vrf = NULL;
223 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf),
233 memset(vrf, 0, sizeof(struct sctp_vrf));
282 struct sctp_vrf *
286 struct sctp_vrf *liste;
299 sctp_free_vrf(struct sctp_vrf *vrf)
381 struct sctp_vrf *vrf;
425 struct sctp_vrf *vrf;
561 struct sctp_vrf *vrf;
[all …]
Dsctp_asconf.c2481 struct sctp_vrf *vrf = NULL; in sctp_find_valid_localaddr()
3101 struct sctp_vrf *vrf = NULL; in sctp_check_address_list_all()
3448 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.c2075 struct sctp_vrf *vrf = NULL; in sctp_add_addresses_to_i_ia()
2526 struct sctp_vrf *vrf; in sctp_choose_boundspecific_inp()
2663 struct sctp_vrf *vrf; in sctp_choose_boundspecific_stcb()
3055 struct sctp_vrf *vrf; in sctp_choose_boundall()
Dsctputil.c5931 struct sctp_vrf *vrf;
7946 struct sctp_vrf *vrf;
Dsctp_usrreq.c1534 struct sctp_vrf *vrf;
1871 struct sctp_vrf *vrf = NULL;