Home
last modified time | relevance | path

Searched refs:neigh_parms (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/
H A Dneighbour.h72 struct neigh_parms { struct
92 static inline void neigh_var_set(struct neigh_parms *p, int index, int val) in neigh_var_set() argument
108 static inline void neigh_parms_data_state_setall(struct neigh_parms *p) in neigh_parms_data_state_setall()
113 static inline void neigh_parms_data_state_cleanall(struct neigh_parms *p) in neigh_parms_data_state_cleanall()
144 struct neigh_parms *parms;
226 struct neigh_parms parms;
249 static inline int neigh_parms_family(struct neigh_parms *p) in neigh_parms_family()
371 struct neigh_parms *neigh_parms_alloc(struct net_device *dev,
373 void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms);
376 struct net *neigh_parms_net(const struct neigh_parms *parms) in neigh_parms_net()
[all …]
H A Daddrconf.h414 static inline struct neigh_parms *__in6_dev_nd_parms_get_rcu(const struct net_device *dev) in __in6_dev_nd_parms_get_rcu()
/linux/include/linux/
H A Dinetdevice.h50 struct neigh_parms *arp_parms;
278 static inline struct neigh_parms *__in_dev_arp_parms_get_rcu(const struct net_device *dev) in __in_dev_arp_parms_get_rcu()
H A Dnetdevice.h234 struct neigh_parms;
1496 struct neigh_parms *);
/linux/net/ipv4/
H A Darp.c228 struct neigh_parms *parms; in arp_constructor()
/linux/net/ipv6/
H A Dndisc.c331 struct neigh_parms *parms; in ndisc_constructor()
/linux/drivers/s390/net/
H A Dqeth_l3_main.c1808 qeth_l3_neigh_setup(struct net_device *dev, struct neigh_parms *np) in qeth_l3_neigh_setup()