Searched refs:solicit (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/net/ |
D | ndisc.h | 420 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit,
|
D | neighbour.h | 164 void (*solicit)(struct neighbour *, struct sk_buff *); member
|
/Linux-v4.19/net/ipv6/ |
D | ndisc.c | 89 .solicit = ndisc_solicit, 97 .solicit = ndisc_solicit, 584 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit, in ndisc_send_ns() argument 618 .target = *solicit, in ndisc_send_ns()
|
/Linux-v4.19/net/ipv4/ |
D | arp.c | 135 .solicit = arp_solicit, 143 .solicit = arp_solicit,
|
/Linux-v4.19/net/atm/ |
D | clip.c | 283 .solicit = clip_neigh_solicit,
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 909 if (neigh->ops->solicit) in neigh_probe() 910 neigh->ops->solicit(neigh, skb); in neigh_probe()
|