Home
last modified time | relevance | path

Searched refs:solicit (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/include/net/
Dndisc.h450 struct sk_buff *ndisc_ns_create(struct net_device *dev, const struct in6_addr *solicit,
452 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit,
Dneighbour.h170 void (*solicit)(struct neighbour *, struct sk_buff *); member
/Linux-v6.1/net/ipv6/
Dndisc.c88 .solicit = ndisc_solicit,
96 .solicit = ndisc_solicit,
602 struct sk_buff *ndisc_ns_create(struct net_device *dev, const struct in6_addr *solicit, in ndisc_ns_create() argument
630 .target = *solicit, in ndisc_ns_create()
649 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit, in ndisc_send_ns() argument
663 skb = ndisc_ns_create(dev, solicit, saddr, nonce); in ndisc_send_ns()
/Linux-v6.1/net/ipv4/
Darp.c132 .solicit = arp_solicit,
140 .solicit = arp_solicit,
/Linux-v6.1/net/atm/
Dclip.c284 .solicit = clip_neigh_solicit,
/Linux-v6.1/net/core/
Dneighbour.c1082 if (neigh->ops->solicit) in neigh_probe()
1083 neigh->ops->solicit(neigh, skb); in neigh_probe()