Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h47 LIST_HEAD(sctp_vrflist, sctp_vrf);
59 struct sctp_vrf { struct
60 LIST_ENTRY(sctp_vrf) next_vrf;
73 struct sctp_vrf *vrf; argument
486 struct sctp_vrf *sctp_allocate_vrf(int vrfid);
487 struct sctp_vrf *sctp_find_vrf(uint32_t vrfid);
488 void sctp_free_vrf(struct sctp_vrf *vrf);
H A Dsctp_pcb.c141 struct sctp_vrf *
144 struct sctp_vrf *vrf = NULL; in sctp_allocate_vrf()
153 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf), in sctp_allocate_vrf()
163 memset(vrf, 0, sizeof(struct sctp_vrf)); in sctp_allocate_vrf()
207 struct sctp_vrf *
211 struct sctp_vrf *liste; in sctp_find_vrf()
223 sctp_free_vrf(struct sctp_vrf *vrf) in sctp_free_vrf()
367 struct sctp_vrf *vrf; in sctp_add_addr_to_vrf()
623 struct sctp_vrf *vrf; in sctp_del_addr_from_vrf()
720 struct sctp_vrf *vrf; in sctp_does_stcb_own_this_addr()
[all …]
H A Dsctp_sysctl.c138 struct sctp_vrf *vrf; in sctp_sysctl_number_of_addresses()
198 struct sctp_vrf *vrf; in sctp_sysctl_copy_out_local_addresses()
H A Dsctp_asconf.c2422 struct sctp_vrf *vrf = NULL; in sctp_find_valid_localaddr()
3056 struct sctp_vrf *vrf = NULL; in sctp_check_address_list_all()
3369 struct sctp_vrf *vrf = NULL; in sctp_asconf_send_nat_state_update()
H A Dsctp_output.c2029 struct sctp_vrf *vrf = NULL; in sctp_add_addresses_to_i_ia()
2460 struct sctp_vrf *vrf; in sctp_choose_boundspecific_inp()
2593 struct sctp_vrf *vrf; in sctp_choose_boundspecific_stcb()
2956 struct sctp_vrf *vrf; in sctp_choose_boundall()
H A Dsctputil.c5367 struct sctp_vrf *vrf; in sctp_find_ifa_by_addr()
6972 struct sctp_vrf *vrf; in sctp_local_addr_count()
H A Dsctp_usrreq.c1008 struct sctp_vrf *vrf; in sctp_fill_up_addresses_vrf()
1246 struct sctp_vrf *vrf; in sctp_max_size_addresses_vrf()