Searched defs:SCTP_IFN_IS_IFT_LOOP (Results 1 – 1 of 1) sorted by relevance
265 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP) macro681 #define SCTP_IFN_IS_IFT_LOOP(ifn) (strncmp((ifn)->ifn_name, "lo", 2) == 0) macro