Searched defs:SCTP_ILL_TO_PHYINDEX (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c99 #define SCTP_ILL_TO_PHYINDEX(ill) ((ill)->ill_phyint->phyint_ifindex) macro
706 index = SCTP_ILL_HASH_FN(SCTP_ILL_TO_PHYINDEX(ill));
709 if ((sctp_ill->sctp_ill_index == SCTP_ILL_TO_PHYINDEX(ill)) &&
746 sctp_ill->sctp_ill_index = SCTP_ILL_TO_PHYINDEX(ill);
798 nindx = SCTP_ILL_HASH_FN(SCTP_ILL_TO_PHYINDEX(ill));
804 sctp_ill->sctp_ill_index = SCTP_ILL_TO_PHYINDEX(ill);
844 hindex = SCTP_ILL_HASH_FN(SCTP_ILL_TO_PHYINDEX(f_ill));
847 if (fsctp_ill->sctp_ill_index == SCTP_ILL_TO_PHYINDEX(f_ill) &&
855 hindex = SCTP_ILL_HASH_FN(SCTP_ILL_TO_PHYINDEX(t_ill));
858 if (tsctp_ill->sctp_ill_index == SCTP_ILL_TO_PHYINDEX(t_il
[all...]

Completed in 77 milliseconds