Searched refs:solicit (Results 1 – 6 of 6) sorted by relevance
/linux/net/ipv6/ |
A D | ndisc.c | 88 .solicit = ndisc_solicit, 96 .solicit = ndisc_solicit, 601 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit, in ndisc_send_ns() argument 635 .target = *solicit, in ndisc_send_ns()
|
/linux/include/net/ |
A D | ndisc.h | 462 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit,
|
A D | neighbour.h | 166 void (*solicit)(struct neighbour *, struct sk_buff *); member
|
/linux/net/ipv4/ |
A D | arp.c | 132 .solicit = arp_solicit, 140 .solicit = arp_solicit,
|
/linux/net/atm/ |
A D | clip.c | 284 .solicit = clip_neigh_solicit,
|
/linux/net/core/ |
A D | neighbour.c | 1039 if (neigh->ops->solicit) in neigh_probe() 1040 neigh->ops->solicit(neigh, skb); in neigh_probe()
|
Completed in 25 milliseconds