Lines Matching defs:neigh
101 static int neigh_blackhole(struct neighbour *neigh, struct sk_buff *skb) in neigh_blackhole()
107 static void neigh_cleanup_and_release(struct neighbour *neigh) in neigh_cleanup_and_release()
708 void neigh_destroy(struct neighbour *neigh) in neigh_destroy()
745 static void neigh_suspect(struct neighbour *neigh) in neigh_suspect()
757 static void neigh_connect(struct neighbour *neigh) in neigh_connect()
849 static void neigh_invalidate(struct neighbour *neigh) in neigh_invalidate()
874 static void neigh_probe(struct neighbour *neigh) in neigh_probe()
892 struct neighbour *neigh = (struct neighbour *)arg; in neigh_timer_handler() local
971 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) in __neigh_event_send()
1037 static void neigh_update_hhs(struct neighbour *neigh) in neigh_update_hhs()
1079 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, in neigh_update()
1231 struct neighbour *neigh = __neigh_lookup(tbl, saddr, dev, in neigh_event_ns() local
1263 int neigh_compat_output(struct neighbour *neigh, struct sk_buff *skb) in neigh_compat_output()
1280 int neigh_resolve_output(struct neighbour *neigh, struct sk_buff *skb) in neigh_resolve_output()
1323 int neigh_connected_output(struct neighbour *neigh, struct sk_buff *skb) in neigh_connected_output()
1347 int neigh_direct_output(struct neighbour *neigh, struct sk_buff *skb) in neigh_direct_output()
1629 struct neighbour *neigh; in neigh_delete() local
1698 struct neighbour *neigh; in neigh_add() local
2120 static int neigh_fill_info(struct sk_buff *skb, struct neighbour *neigh, in neigh_fill_info()
2170 static void neigh_update_notify(struct neighbour *neigh) in neigh_update_notify()