Searched refs:solicit (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/net/ipv6/ |
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-v5.10/include/net/ |
D | ndisc.h | 462 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit,
|
D | neighbour.h | 165 void (*solicit)(struct neighbour *, struct sk_buff *); member
|
/Linux-v5.10/net/ipv4/ |
D | arp.c | 132 .solicit = arp_solicit, 140 .solicit = arp_solicit,
|
/Linux-v5.10/net/atm/ |
D | clip.c | 284 .solicit = clip_neigh_solicit,
|
/Linux-v5.10/net/core/ |
D | neighbour.c | 1010 if (neigh->ops->solicit) in neigh_probe() 1011 neigh->ops->solicit(neigh, skb); in neigh_probe()
|