Home
last modified time | relevance | path

Searched refs:__neigh_event_send (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/net/
Dneighbour.h203 extern int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb);
311 return __neigh_event_send(neigh, skb); in neigh_event_send()
/linux-2.6.39/net/core/
Dneighbour.c963 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) in __neigh_event_send() function
1016 EXPORT_SYMBOL(__neigh_event_send);