tag | line | file | source code |
nat_getbytype | 56 | net/core/net_alias.c | static struct net_alias_type * nat_getbytype(int type); |
nat_getbytype | 348 | net/core/net_alias.c | nat = nat_getbytype(family); |
nat_getbytype | 788 | net/core/net_alias.c | n_nat = nat_getbytype(sa->sa_family); |
nat_getbytype | 1061 | net/core/net_alias.c | nat = nat_getbytype(sa->sa_family); |
nat_getbytype | 1124 | net/core/net_alias.c | if ( (nat = nat_getbytype(family)) == NULL ) return main_dev; |
nat_getbytype | 1198 | net/core/net_alias.c | if ( (nat = nat_getbytype(family)) == NULL ) return main_dev; |