taglinefilesource code
net_alias_type32include/linux/net_alias.hstruct net_alias_type;
net_alias_type48include/linux/net_alias.hstruct net_alias_type *nat;  /* alias type object bound */
net_alias_type77include/linux/net_alias.h(struct net_alias_type *this, struct sockaddr*);  
net_alias_type79include/linux/net_alias.h(struct net_alias_type *this, struct device *, struct sockaddr *);
net_alias_type81include/linux/net_alias.h(struct net_alias_type *this, struct device *, struct sockaddr *sa);
net_alias_type83include/linux/net_alias.h(struct net_alias_type *this,struct net_alias *alias, struct sockaddr *sa);
net_alias_type85include/linux/net_alias.h(struct net_alias_type *this, struct net_alias *alias);
net_alias_type87include/linux/net_alias.h(struct net_alias_type *this, struct net_alias *alias, char *buf, int len);
net_alias_type88include/linux/net_alias.hstruct net_alias_type *next;  /* link */
net_alias_type122include/linux/net_alias.hextern int register_net_alias_type(struct net_alias_type *nat, int type);
net_alias_type123include/linux/net_alias.hextern int unregister_net_alias_type(struct net_alias_type *nat);
net_alias_type64net/core/net_alias.cstatic struct net_alias_type * nat_getbytype(int type);
net_alias_type65net/core/net_alias.cstatic int nat_attach_chg(struct net_alias_type *nat, int delta);
net_alias_type66net/core/net_alias.cstatic int nat_bind(struct net_alias_type *nat,struct net_alias *alias, struct sockaddr *sa);
net_alias_type67net/core/net_alias.cstatic int nat_unbind(struct net_alias_type *nat, struct net_alias *alias);
net_alias_type72net/core/net_alias.cstatic int net_alias_devsetup(struct net_alias *alias, struct net_alias_type *nat, struct sockaddr *sa);
net_alias_type82net/core/net_alias.cstruct net_alias_type *nat_base[16];
net_alias_type89net/core/net_alias.cstatic __inline__ struct net_alias_type *
net_alias_type92net/core/net_alias.cstruct net_alias_type *nat;
net_alias_type107net/core/net_alias.cnat_addr32(struct net_alias_type *nat, struct sockaddr *sa)
net_alias_type138net/core/net_alias.cnat_hash_key(struct net_alias_type *nat, struct sockaddr *sa)
net_alias_type149net/core/net_alias.cnat_attach_chg(struct net_alias_type *nat, int delta)
net_alias_type175net/core/net_alias.cnat_bind(struct net_alias_type *nat,struct net_alias *alias, struct sockaddr *sa)
net_alias_type187net/core/net_alias.cnat_unbind(struct net_alias_type *nat, struct net_alias *alias)
net_alias_type199net/core/net_alias.cstatic __inline__ int nat_dev_addr_chk_1(struct net_alias_type *nat,
net_alias_type243net/core/net_alias.cnet_alias_devsetup(struct net_alias *alias, struct net_alias_type *nat,
net_alias_type337net/core/net_alias.cstruct net_alias_type *nat;
net_alias_type486net/core/net_alias.cstruct net_alias_type *nat;
net_alias_type604net/core/net_alias.cstruct net_alias_type *nat;
net_alias_type751net/core/net_alias.cstruct net_alias_type *o_nat, *n_nat;
net_alias_type890net/core/net_alias.cstruct net_alias_type *nat;
net_alias_type928net/core/net_alias.cstruct net_alias_type *nat;
net_alias_type1013net/core/net_alias.cnat_addr_chk(struct net_alias_type *nat, struct net_alias_info *alias_info, struct sockaddr *sa, int flags_on, int flags_off)
net_alias_type1038net/core/net_alias.cnat_addr_chk32(struct net_alias_type *nat, struct net_alias_info *alias_info, int family, __u32 addr32, int flags_on, int flags_off)
net_alias_type1067net/core/net_alias.cstruct net_alias_type *nat;
net_alias_type1118net/core/net_alias.cstruct net_alias_type *nat;
net_alias_type1189net/core/net_alias.cstruct net_alias_type *nat;
net_alias_type1306net/core/net_alias.cint register_net_alias_type(struct net_alias_type *nat, int type)
net_alias_type1329net/core/net_alias.cint unregister_net_alias_type(struct net_alias_type *nat)
net_alias_type1331net/core/net_alias.cstruct net_alias_type **natp;
net_alias_type44net/ipv4/ip_alias.cstatic int ip_alias_init_1(struct net_alias_type *this, struct net_alias *alias, struct sockaddr *sa)
net_alias_type57net/ipv4/ip_alias.cstatic int ip_alias_done_1(struct net_alias_type *this, struct net_alias *alias)
net_alias_type70net/ipv4/ip_alias.cint ip_alias_print_1(struct net_alias_type *this, struct net_alias *alias, char *buf, int len)
net_alias_type79net/ipv4/ip_alias.cstruct device *ip_alias_dev_select(struct net_alias_type *this, struct device *main_dev, struct sockaddr *sa)
net_alias_type118net/ipv4/ip_alias.cstruct net_alias_type ip_alias_type =