Searched refs:neighbour (Results 1 – 17 of 17) sorted by relevance
/include/net/ |
D | neighbour.h | 38 struct neighbour; 46 int (*neigh_setup)(struct neighbour *); 47 void (*neigh_cleanup)(struct neighbour *); 93 struct neighbour { struct 94 struct neighbour __rcu *next; argument 113 int (*output)(struct neighbour *, struct sk_buff *); argument 122 void (*solicit)(struct neighbour *, struct sk_buff *); argument 123 void (*error_report)(struct neighbour *, struct sk_buff *); 124 int (*output)(struct neighbour *, struct sk_buff *); 125 int (*connected_output)(struct neighbour *, struct sk_buff *); [all …]
|
D | ndisc.h | 92 static inline struct neighbour *__ipv6_neigh_lookup(struct neigh_table *tbl, struct net_device *dev… in __ipv6_neigh_lookup() 96 struct neighbour *n; in __ipv6_neigh_lookup() 126 struct neighbour *neigh, 150 struct neighbour *neigh,
|
D | arp.h | 18 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup() 21 struct neighbour *n; in __ipv4_neigh_lookup()
|
D | dn_neigh.h | 9 struct neighbour n;
|
D | dst.h | 45 struct neighbour __rcu *_neighbour; 97 static inline struct neighbour *dst_get_neighbour_noref(struct dst_entry *dst) in dst_get_neighbour_noref() 102 static inline struct neighbour *dst_get_neighbour_noref_raw(struct dst_entry *dst) in dst_get_neighbour_noref_raw() 107 static inline void dst_set_neighbour(struct dst_entry *dst, struct neighbour *neigh) in dst_set_neighbour() 400 struct neighbour *n; in dst_confirm() 409 static inline struct neighbour *dst_neigh_lookup(const struct dst_entry *dst, const void *daddr) in dst_neigh_lookup()
|
D | atmclip.h | 41 struct neighbour *neigh; /* neighbour back-pointer */
|
D | dn_dev.h | 95 struct neighbour *router; /* Default router on circuit */ 96 struct neighbour *peer; /* Peer on pointopoint links */
|
D | dst_ops.h | 29 struct neighbour * (*neigh_lookup)(const struct dst_entry *dst, const void *daddr);
|
D | ip6_route.h | 99 struct neighbour *neigh, 130 struct neighbour *neigh,
|
D | rose.h | 113 struct rose_neigh *neighbour[3]; member 132 struct rose_neigh *neighbour; member
|
D | netrom.h | 102 struct nr_neigh *neighbour; member
|
D | x25.h | 150 struct x25_neigh *neighbour; member
|
/include/linux/ |
D | netrom.h | 30 ax25_address neighbour; member
|
D | rose.h | 68 ax25_address neighbour; member
|
D | etherdevice.h | 41 extern int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);
|
D | netdevice.h | 222 struct neighbour; 294 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); 1003 int (*ndo_neigh_construct)(struct neighbour *n); 1004 void (*ndo_neigh_destroy)(struct neighbour *n);
|
D | Kbuild | 264 header-y += neighbour.h
|