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 | 56 | net/core/net_alias.c | static struct net_alias_type * nat_getbytype(int type); |
net_alias_type | 57 | net/core/net_alias.c | static int nat_attach_chg(struct net_alias_type *nat, int delta); |
net_alias_type | 58 | net/core/net_alias.c | static int nat_bind(struct net_alias_type *nat,struct net_alias *alias, struct sockaddr *sa); |
net_alias_type | 59 | net/core/net_alias.c | static int nat_unbind(struct net_alias_type *nat, struct net_alias *alias); |
net_alias_type | 64 | 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 | 74 | net/core/net_alias.c | struct net_alias_type *nat_base[16]; |
net_alias_type | 81 | net/core/net_alias.c | static __inline__ struct net_alias_type * |
net_alias_type | 84 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 99 | net/core/net_alias.c | nat_addr32(struct net_alias_type *nat, struct sockaddr *sa) |
net_alias_type | 130 | net/core/net_alias.c | nat_hash_key(struct net_alias_type *nat, struct sockaddr *sa) |
net_alias_type | 141 | net/core/net_alias.c | nat_attach_chg(struct net_alias_type *nat, int delta) |
net_alias_type | 167 | net/core/net_alias.c | nat_bind(struct net_alias_type *nat,struct net_alias *alias, struct sockaddr *sa) |
net_alias_type | 179 | net/core/net_alias.c | nat_unbind(struct net_alias_type *nat, struct net_alias *alias) |
net_alias_type | 191 | net/core/net_alias.c | static __inline__ int nat_dev_addr_chk_1(struct net_alias_type *nat, |
net_alias_type | 235 | net/core/net_alias.c | net_alias_devsetup(struct net_alias *alias, struct net_alias_type *nat, |
net_alias_type | 329 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 468 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 586 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 733 | net/core/net_alias.c | struct net_alias_type *o_nat, *n_nat; |
net_alias_type | 872 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 910 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 995 | 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 | 1020 | 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 | 1049 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 1100 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 1171 | net/core/net_alias.c | struct net_alias_type *nat; |
net_alias_type | 1288 | net/core/net_alias.c | int register_net_alias_type(struct net_alias_type *nat, int type) |
net_alias_type | 1311 | net/core/net_alias.c | int unregister_net_alias_type(struct net_alias_type *nat) |
net_alias_type | 1313 | net/core/net_alias.c | struct net_alias_type **natp; |
net_alias_type | 44 | net/ipv4/ip_alias.c | 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 | ip_alias_done_1(struct net_alias_type *this, struct net_alias *alias) |
net_alias_type | 71 | net/ipv4/ip_alias.c | ip_alias_print_1(struct net_alias_type *this, struct net_alias *alias, char *buf, int len) |
net_alias_type | 81 | net/ipv4/ip_alias.c | ip_alias_dev_select(struct net_alias_type *this, struct device *main_dev, struct sockaddr *sa) |
net_alias_type | 115 | net/ipv4/ip_alias.c | struct net_alias_type ip_alias_type = |