Home
last modified time | relevance | path

Searched refs:tsol_ire_match_gwattr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtnet.h79 extern int tsol_ire_match_gwattr(ire_t *, const ts_label_t *);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c2025 (tsol_ire_match_gwattr(ire, tsl) == 0))) { in ire_match_args()
2118 tsol_ire_match_gwattr(ire, margs->ift_tsl) != 0) in ire_find_zoneid()
H A Dip6_ire.c863 (tsol_ire_match_gwattr(ire, tsl) == 0))) { in ire_match_args_v6()
H A Dtnet.c1235 tsol_ire_match_gwattr(ire_t *ire, const ts_label_t *tsl) in tsol_ire_match_gwattr() function