/include/net/ |
D | neighbour.h | 41 struct neighbour; 74 int (*neigh_setup)(struct neighbour *); 134 struct neighbour { struct 135 struct neighbour __rcu *next; argument 155 int (*output)(struct neighbour *, struct sk_buff *); argument 165 void (*solicit)(struct neighbour *, struct sk_buff *); argument 166 void (*error_report)(struct neighbour *, struct sk_buff *); 167 int (*output)(struct neighbour *, struct sk_buff *); 168 int (*connected_output)(struct neighbour *, struct sk_buff *); 187 struct neighbour __rcu **hash_buckets; [all …]
|
D | arp.h | 22 static inline struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 31 struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 37 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup() 39 struct neighbour *n; in __ipv4_neigh_lookup() 52 struct neighbour *n; in __ipv4_confirm_neigh()
|
D | netevent.h | 16 struct neighbour; 21 struct neighbour *neigh;
|
D | ndisc.h | 207 void (*update)(const struct net_device *dev, struct neighbour *n, 211 struct neighbour *neigh, u8 *ha_buf, 247 struct neighbour *n, u32 flags, in ndisc_ops_update() 267 struct neighbour *neigh, in ndisc_ops_redirect_opt_addr_space() 343 struct neighbour *neigh, in ndisc_redirect_opt_addr_space() 381 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup_noref() 387 struct neighbour *__ipv6_neigh_lookup_noref_stub(struct net_device *dev, in __ipv6_neigh_lookup_noref_stub() 394 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup() 396 struct neighbour *n; in __ipv6_neigh_lookup() 410 struct neighbour *n; in __ipv6_confirm_neigh() [all …]
|
D | atmclip.h | 42 struct neighbour *neigh; /* neighbour back-pointer */
|
D | rose.h | 114 struct rose_neigh *neighbour[3]; member 133 struct rose_neigh *neighbour; member
|
D | dst_ops.h | 35 struct neighbour * (*neigh_lookup)(const struct dst_entry *dst,
|
D | route.h | 357 static inline struct neighbour *ip_neigh_gw4(struct net_device *dev, in ip_neigh_gw4() 360 struct neighbour *neigh; in ip_neigh_gw4() 369 static inline struct neighbour *ip_neigh_for_gw(struct rtable *rt, in ip_neigh_for_gw() 374 struct neighbour *neigh; in ip_neigh_for_gw()
|
D | dst.h | 389 static inline struct neighbour *dst_neigh_lookup(const struct dst_entry *dst, const void *daddr) in dst_neigh_lookup() 391 struct neighbour *n = dst->ops->neigh_lookup(dst, NULL, daddr); in dst_neigh_lookup() 395 static inline struct neighbour *dst_neigh_lookup_skb(const struct dst_entry *dst, in dst_neigh_lookup_skb() 398 struct neighbour *n = NULL; in dst_neigh_lookup_skb()
|
D | netrom.h | 105 struct nr_neigh *neighbour; member
|
D | x25.h | 152 struct x25_neigh *neighbour; member
|
D | ip6_route.h | 343 struct neighbour *ip6_neigh_lookup(const struct in6_addr *gw,
|
D | sock.h | 2019 static inline void sock_confirm_neigh(struct sk_buff *skb, struct neighbour *n) in sock_confirm_neigh()
|
/include/trace/events/ |
D | neigh.h | 26 const void *pkey, const struct neighbour *n, 74 TP_PROTO(struct neighbour *n, const u8 *lladdr, u8 new, 157 TP_PROTO(struct neighbour *n, int err), 228 TP_PROTO(struct neighbour *neigh, int err), 233 TP_PROTO(struct neighbour *neigh, int err), 238 TP_PROTO(struct neighbour *neigh, int err), 243 TP_PROTO(struct neighbour *neigh, int err), 248 TP_PROTO(struct neighbour *neigh, int rc),
|
/include/uapi/linux/ |
D | netrom.h | 31 ax25_address neighbour; member
|
D | rose.h | 69 ax25_address neighbour; member
|
/include/linux/ |
D | etherdevice.h | 38 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh,
|
D | netdevice.h | 200 struct neighbour; 273 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); 1400 struct neighbour *n); 1402 struct neighbour *n);
|