Lines Matching refs:ifn_index
2461 uint32_t ifn_index; in sctp_choose_boundspecific_inp() local
2468 ifn_index = SCTP_GET_IF_INDEX_FROM_ROUTE(ro); in sctp_choose_boundspecific_inp()
2469 sctp_ifn = sctp_find_ifn(ifn, ifn_index); in sctp_choose_boundspecific_inp()
2594 uint32_t ifn_index; in sctp_choose_boundspecific_stcb() local
2605 ifn_index = SCTP_GET_IF_INDEX_FROM_ROUTE(ro); in sctp_choose_boundspecific_stcb()
2606 sctp_ifn = sctp_find_ifn(ifn, ifn_index); in sctp_choose_boundspecific_stcb()
2955 uint32_t ifn_index; in sctp_choose_boundall() local
2980 ifn_index = SCTP_GET_IF_INDEX_FROM_ROUTE(ro); in sctp_choose_boundall()
2981 SCTPDBG(SCTP_DEBUG_OUTPUT2, "ifn from route:%p ifn_index:%d\n", ifn, ifn_index); in sctp_choose_boundall()
2982 emit_ifn = looked_at = sctp_ifn = sctp_find_ifn(ifn, ifn_index); in sctp_choose_boundall()
2989 ifn_index, sctp_ifn->ifn_name); in sctp_choose_boundall()