Searched refs:solicit (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/ipv6/ |
| D | ndisc.c | 87 .solicit = ndisc_solicit, 95 .solicit = ndisc_solicit, 598 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit, in ndisc_send_ns() argument 632 .target = *solicit, in ndisc_send_ns()
|
| /Linux-v5.4/include/net/ |
| D | ndisc.h | 461 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit,
|
| D | neighbour.h | 166 void (*solicit)(struct neighbour *, struct sk_buff *); member
|
| /Linux-v5.4/net/ipv4/ |
| D | arp.c | 131 .solicit = arp_solicit, 139 .solicit = arp_solicit,
|
| /Linux-v5.4/net/atm/ |
| D | clip.c | 284 .solicit = clip_neigh_solicit,
|
| /Linux-v5.4/net/core/ |
| D | neighbour.c | 1011 if (neigh->ops->solicit) in neigh_probe() 1012 neigh->ops->solicit(neigh, skb); in neigh_probe()
|