Home
last modified time | relevance | path

Searched refs:__neigh_event_send (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h324 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb);
441 return __neigh_event_send(neigh, skb); in neigh_event_send()
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h348 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb,
466 return __neigh_event_send(neigh, skb, immediate_ok); in neigh_event_send_probe()
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c1118 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) in __neigh_event_send() function
1198 EXPORT_SYMBOL(__neigh_event_send); variable
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c1171 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb, in __neigh_event_send() function
1257 EXPORT_SYMBOL(__neigh_event_send); variable

Completed in 15 milliseconds