taglinefilesource code
nat_getbytype56net/core/net_alias.cstatic struct net_alias_type * nat_getbytype(int type);
nat_getbytype348net/core/net_alias.cnat = nat_getbytype(family);
nat_getbytype788net/core/net_alias.cn_nat = nat_getbytype(sa->sa_family);
nat_getbytype1061net/core/net_alias.cnat = nat_getbytype(sa->sa_family);
nat_getbytype1124net/core/net_alias.cif ( (nat = nat_getbytype(family)) == NULL ) return main_dev;
nat_getbytype1198net/core/net_alias.cif ( (nat = nat_getbytype(family)) == NULL ) return main_dev;