Home
last modified time | relevance | path

Searched defs:ifn_index (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_pcb.c190 sctp_find_ifn(void *ifn, uint32_t ifn_index) in sctp_find_ifn()
256 sctp_update_ifn_mtu(uint32_t ifn_index, uint32_t mtu) in sctp_update_ifn_mtu()
305 const char *if_name, uint32_t ifn_index) in sctp_mark_ifa_addr_down()
347 const char *if_name, uint32_t ifn_index) in sctp_mark_ifa_addr_up()
471 sctp_add_addr_to_vrf(uint32_t vrf_id, void *ifn, uint32_t ifn_index, in sctp_add_addr_to_vrf()
716 uint32_t ifn_index, const char *if_name) in sctp_del_addr_from_vrf()
H A Dsctp_os_bsd.h305 #define SCTP_GATHER_MTU_FROM_IFN_INFO(ifn, ifn_index) ((ifn != NULL) ? ((struct ifnet *)ifn)->if_mt… argument
H A Dsctp_output.c2461 uint32_t ifn_index; in sctp_choose_boundspecific_inp() local
2594 uint32_t ifn_index; in sctp_choose_boundspecific_stcb() local
2955 uint32_t ifn_index; in sctp_choose_boundall() local
H A Dsctp_pcb.h79 uint32_t ifn_index; /* shorthand way to look at ifn for reference */ member