Searched refs:solicit (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/include/net/ |
| D | ndisc.h | 450 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,
|
| D | neighbour.h | 170 void (*solicit)(struct neighbour *, struct sk_buff *); member
|
| /Linux-v6.1/net/ipv6/ |
| D | ndisc.c | 88 .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/ |
| D | arp.c | 132 .solicit = arp_solicit, 140 .solicit = arp_solicit,
|
| /Linux-v6.1/net/atm/ |
| D | clip.c | 284 .solicit = clip_neigh_solicit,
|
| /Linux-v6.1/net/core/ |
| D | neighbour.c | 1082 if (neigh->ops->solicit) in neigh_probe() 1083 neigh->ops->solicit(neigh, skb); in neigh_probe()
|