tag | line | file | source code |
net_alias_type | 32 | include/linux/net_alias.h | struct net_alias_type; |
net_alias_type | 48 | include/linux/net_alias.h | struct net_alias_type *nat; /* alias type object bound */ |
net_alias_type | 77 | include/linux/net_alias.h | (struct net_alias_type *this, struct sockaddr*); |
net_alias_type | 79 | include/linux/net_alias.h | (struct net_alias_type *this, struct device *, struct sockaddr *); |
net_alias_type | 81 | include/linux/net_alias.h | (struct net_alias_type *this, struct device *, struct sockaddr *sa); |
net_alias_type | 83 | include/linux/net_alias.h | (struct net_alias_type *this,struct net_alias *alias, struct sockaddr *sa); |
net_alias_type | 85 | include/linux/net_alias.h | (struct net_alias_type *this, struct net_alias *alias); |
net_alias_type | 87 | include/linux/net_alias.h | (struct net_alias_type *this, struct net_alias *alias, char *buf, int len); |
net_alias_type | 88 | include/linux/net_alias.h | struct net_alias_type *next; /* link */ |
net_alias_type | 122 | include/linux/net_alias.h | extern int register_net_alias_type(struct net_alias_type *nat, int type); |
net_alias_type | 123 | include/linux/net_alias.h | extern int unregister_net_alias_type(struct net_alias_type *nat); |
net_alias_type | 64 | net/core/net_alias.c | static struct net_alias_type * nat_getbytype(int type); |
net_alias_type | 65 | net/core/net_alias.c | static int nat_attach_chg(struct net_alias_type *nat, int delta); |
net_alias_type | 66 | net/core/net_alias.c | static int nat_bind(struct net_alias_type *nat,struct net_alias *alias, struct sockaddr *sa); |
net_alias_type | 67 | net/core/net_alias.c | static int nat_unbind(struct net_alias_type *nat, struct net_alias *alias); |
net_alias_type | 72 | net/core/net_alias.c | static int net_alias_devsetup(struct net_alias *alias, struct net_alias_type *nat, struct sockaddr *sa); |
net_alias_type | 82 | net/core/net_alias.c | struct net_alias_type *nat_base[16]; |
net_alias_type | 89 | net/core/net_alias.c | static __inline__ struct net_alias_type * |
net_alias_type | 92 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 107 | net/core/net_alias.c | nat_addr32(struct net_alias_type *nat, struct sockaddr *sa) |
net_alias_type | 138 | net/core/net_alias.c | nat_hash_key(struct net_alias_type *nat, struct sockaddr *sa) |
net_alias_type | 149 | net/core/net_alias.c | nat_attach_chg(struct net_alias_type *nat, int delta) |
net_alias_type | 175 | net/core/net_alias.c | nat_bind(struct net_alias_type *nat,struct net_alias *alias, struct sockaddr *sa) |
net_alias_type | 187 | net/core/net_alias.c | nat_unbind(struct net_alias_type *nat, struct net_alias *alias) |
net_alias_type | 199 | net/core/net_alias.c | static __inline__ int nat_dev_addr_chk_1(struct net_alias_type *nat, |
net_alias_type | 243 | net/core/net_alias.c | net_alias_devsetup(struct net_alias *alias, struct net_alias_type *nat, |
net_alias_type | 337 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 486 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 604 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 751 | net/core/net_alias.c | struct net_alias_type *o_nat, *n_nat; |
net_alias_type | 890 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 928 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 1013 | net/core/net_alias.c | nat_addr_chk(struct net_alias_type *nat, struct net_alias_info *alias_info, struct sockaddr *sa, int flags_on, int flags_off) |
net_alias_type | 1038 | net/core/net_alias.c | nat_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_type | 1067 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 1118 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 1189 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 1306 | net/core/net_alias.c | int register_net_alias_type(struct net_alias_type *nat, int type) |
net_alias_type | 1329 | net/core/net_alias.c | int unregister_net_alias_type(struct net_alias_type *nat) |
net_alias_type | 1331 | net/core/net_alias.c | struct net_alias_type **natp; |
net_alias_type | 44 | net/ipv4/ip_alias.c | static int ip_alias_init_1(struct net_alias_type *this, struct net_alias *alias, struct sockaddr *sa) |
net_alias_type | 57 | net/ipv4/ip_alias.c | static int ip_alias_done_1(struct net_alias_type *this, struct net_alias *alias) |
net_alias_type | 70 | net/ipv4/ip_alias.c | int ip_alias_print_1(struct net_alias_type *this, struct net_alias *alias, char *buf, int len) |
net_alias_type | 79 | net/ipv4/ip_alias.c | struct device *ip_alias_dev_select(struct net_alias_type *this, struct device *main_dev, struct sockaddr *sa) |
net_alias_type | 118 | net/ipv4/ip_alias.c | struct net_alias_type ip_alias_type = |