• Home
  • Raw
  • Download

Lines Matching defs:neigh

97 static int neigh_blackhole(struct neighbour *neigh, struct sk_buff *skb)  in neigh_blackhole()
103 static void neigh_cleanup_and_release(struct neighbour *neigh) in neigh_cleanup_and_release()
698 void neigh_destroy(struct neighbour *neigh) in neigh_destroy()
736 static void neigh_suspect(struct neighbour *neigh) in neigh_suspect()
748 static void neigh_connect(struct neighbour *neigh) in neigh_connect()
845 static void neigh_invalidate(struct neighbour *neigh) in neigh_invalidate()
870 static void neigh_probe(struct neighbour *neigh) in neigh_probe()
889 struct neighbour *neigh = (struct neighbour *)arg; in neigh_timer_handler() local
972 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) in __neigh_event_send()
1050 static void neigh_update_hhs(struct neighbour *neigh) in neigh_update_hhs()
1092 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, in neigh_update()
1261 void __neigh_set_probe_once(struct neighbour *neigh) in __neigh_set_probe_once()
1279 struct neighbour *neigh = __neigh_lookup(tbl, saddr, dev, in neigh_event_ns() local
1311 int neigh_compat_output(struct neighbour *neigh, struct sk_buff *skb) in neigh_compat_output()
1328 int neigh_resolve_output(struct neighbour *neigh, struct sk_buff *skb) in neigh_resolve_output()
1369 int neigh_connected_output(struct neighbour *neigh, struct sk_buff *skb) in neigh_connected_output()
1392 int neigh_direct_output(struct neighbour *neigh, struct sk_buff *skb) in neigh_direct_output()
1682 struct neighbour *neigh; in neigh_delete() local
1751 struct neighbour *neigh; in neigh_add() local
2201 static int neigh_fill_info(struct sk_buff *skb, struct neighbour *neigh, in neigh_fill_info()
2283 static void neigh_update_notify(struct neighbour *neigh) in neigh_update_notify()