Symbol: neigh_parms
drivers/net/bonding/bond_main.c
4723
struct neigh_parms parms;
drivers/net/bonding/bond_main.c
4765
struct neigh_parms *parms)
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
213
struct neigh_parms *p;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
2899
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
1487
struct neigh_parms *);
include/linux/netdevice.h
234
struct neigh_parms;
include/net/addrconf.h
414
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
389
static int vlan_dev_neigh_setup(struct net_device *dev, struct neigh_parms *pa)
net/core/neighbour.c
1053
struct neigh_parms *p = n->parms;
net/core/neighbour.c
1708
static unsigned long neigh_proxy_delay(struct neigh_parms *p)
net/core/neighbour.c
1719
void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p,
net/core/neighbour.c
1746
static inline struct neigh_parms *lookup_neigh_parms(struct neigh_table *tbl,
net/core/neighbour.c
1749
struct neigh_parms *p;
net/core/neighbour.c
1760
struct neigh_parms *neigh_parms_alloc(struct net_device *dev,
net/core/neighbour.c
1763
struct neigh_parms *p;
net/core/neighbour.c
1796
struct neigh_parms *parms =
net/core/neighbour.c
1797
container_of(head, struct neigh_parms, rcu_head);
net/core/neighbour.c
1802
void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms)
net/core/neighbour.c
2190
static int neightbl_fill_parms(struct sk_buff *skb, struct neigh_parms *parms)
net/core/neighbour.c
2326
struct neigh_parms *parms,
net/core/neighbour.c
2433
struct neigh_parms *p;
net/core/neighbour.c
2599
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
3619
static void neigh_copy_dflt_parms(struct net *net, struct neigh_parms *p,
net/core/neighbour.c
3627
struct neigh_parms *dst_p =
net/core/neighbour.c
3639
struct neigh_parms *p = ctl->extra2;
net/core/neighbour.c
3738
struct neigh_parms *p = ctl->extra2;
net/core/neighbour.c
3759
(&((struct neigh_parms *) 0)->data[index])
net/core/neighbour.c
3844
int neigh_sysctl_register(struct net_device *dev, struct neigh_parms *p,
net/core/neighbour.c
3931
void neigh_sysctl_unregister(struct neigh_parms *p)
net/core/neighbour.c
904
static inline void neigh_parms_put(struct neigh_parms *parms)
net/core/neighbour.c
990
struct neigh_parms *p;
net/ipv4/arp.c
228
struct neigh_parms *parms;
net/ipv6/ndisc.c
330
struct neigh_parms *parms;