Symbol: neigh_parms
drivers/net/bonding/bond_main.c
4709
struct neigh_parms parms;
drivers/net/bonding/bond_main.c
4751
struct neigh_parms *parms)
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
212
struct neigh_parms *p;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
2898
struct neigh_parms *p;
drivers/s390/net/qeth_l3_main.c
1803
qeth_l3_neigh_setup(struct net_device *dev, struct neigh_parms *np)
include/linux/inetdevice.h
278
static inline struct neigh_parms *__in_dev_arp_parms_get_rcu(const struct net_device *dev)
include/linux/inetdevice.h
50
struct neigh_parms *arp_parms;
include/linux/netdevice.h
1461
struct neigh_parms *);
include/linux/netdevice.h
234
struct neigh_parms;
include/net/addrconf.h
411
static inline struct neigh_parms *__in6_dev_nd_parms_get_rcu(const struct net_device *dev)
include/net/if_inet6.h
210
struct neigh_parms *nd_parms;
include/net/neighbour.h
108
static inline void neigh_parms_data_state_setall(struct neigh_parms *p)
include/net/neighbour.h
113
static inline void neigh_parms_data_state_cleanall(struct neigh_parms *p)
include/net/neighbour.h
144
struct neigh_parms *parms;
include/net/neighbour.h
226
struct neigh_parms parms;
include/net/neighbour.h
249
static inline int neigh_parms_family(struct neigh_parms *p)
include/net/neighbour.h
371
struct neigh_parms *neigh_parms_alloc(struct net_device *dev,
include/net/neighbour.h
373
void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms);
include/net/neighbour.h
376
struct net *neigh_parms_net(const struct neigh_parms *parms)
include/net/neighbour.h
383
static inline void neigh_set_reach_time(struct neigh_parms *p)
include/net/neighbour.h
390
void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p,
include/net/neighbour.h
437
int neigh_sysctl_register(struct net_device *dev, struct neigh_parms *p,
include/net/neighbour.h
439
void neigh_sysctl_unregister(struct neigh_parms *p);
include/net/neighbour.h
441
static inline void __neigh_parms_put(struct neigh_parms *parms)
include/net/neighbour.h
446
static inline struct neigh_parms *neigh_parms_clone(struct neigh_parms *parms)
include/net/neighbour.h
92
static inline void neigh_var_set(struct neigh_parms *p, int index, int val)
net/8021q/vlan_dev.c
380
static int vlan_dev_neigh_setup(struct net_device *dev, struct neigh_parms *pa)
net/core/neighbour.c
1057
struct neigh_parms *p = n->parms;
net/core/neighbour.c
1714
static unsigned long neigh_proxy_delay(struct neigh_parms *p)
net/core/neighbour.c
1725
void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p,
net/core/neighbour.c
1752
static inline struct neigh_parms *lookup_neigh_parms(struct neigh_table *tbl,
net/core/neighbour.c
1755
struct neigh_parms *p;
net/core/neighbour.c
1766
struct neigh_parms *neigh_parms_alloc(struct net_device *dev,
net/core/neighbour.c
1769
struct neigh_parms *p;
net/core/neighbour.c
1802
struct neigh_parms *parms =
net/core/neighbour.c
1803
container_of(head, struct neigh_parms, rcu_head);
net/core/neighbour.c
1808
void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms)
net/core/neighbour.c
2198
static int neightbl_fill_parms(struct sk_buff *skb, struct neigh_parms *parms)
net/core/neighbour.c
2334
struct neigh_parms *parms,
net/core/neighbour.c
2441
struct neigh_parms *p;
net/core/neighbour.c
2607
struct neigh_parms *p;
net/core/neighbour.c
329
static struct neigh_parms *neigh_get_dev_parms_rcu(struct net_device *dev,
net/core/neighbour.c
343
struct neigh_parms *p;
net/core/neighbour.c
3627
static void neigh_copy_dflt_parms(struct net *net, struct neigh_parms *p,
net/core/neighbour.c
3635
struct neigh_parms *dst_p =
net/core/neighbour.c
3647
struct neigh_parms *p = ctl->extra2;
net/core/neighbour.c
3746
struct neigh_parms *p = ctl->extra2;
net/core/neighbour.c
3767
(&((struct neigh_parms *) 0)->data[index])
net/core/neighbour.c
3852
int neigh_sysctl_register(struct net_device *dev, struct neigh_parms *p,
net/core/neighbour.c
3939
void neigh_sysctl_unregister(struct neigh_parms *p)
net/core/neighbour.c
908
static inline void neigh_parms_put(struct neigh_parms *parms)
net/core/neighbour.c
994
struct neigh_parms *p;
net/ipv4/arp.c
229
struct neigh_parms *parms;
net/ipv6/ndisc.c
330
struct neigh_parms *parms;