Searched refs:solicit (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | 50-gbmc-ncsi.rules.in | 29 icmpv6 type nd-neighbor-solicit accept
|
/openbmc/linux/include/net/ |
H A 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,
|
H A D | neighbour.h | 170 void (*solicit)(struct neighbour *, struct sk_buff *); member
|
/openbmc/linux/net/ipv6/ |
H A D | ndisc.c | 88 .solicit = ndisc_solicit, 96 .solicit = ndisc_solicit, 607 struct sk_buff *ndisc_ns_create(struct net_device *dev, const struct in6_addr *solicit, in ndisc_ns_create() argument 635 .target = *solicit, in ndisc_ns_create() 654 void ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit, in ndisc_send_ns() argument 668 skb = ndisc_ns_create(dev, solicit, saddr, nonce); in ndisc_send_ns()
|
/openbmc/linux/net/ipv4/ |
H A D | arp.c | 132 .solicit = arp_solicit, 140 .solicit = arp_solicit,
|
/openbmc/linux/Documentation/maintainer/ |
H A D | feature-and-driver-maintainers.rst | 150 maintainers spend brain power figuring out how to solicit feedback.
|
/openbmc/linux/net/atm/ |
H A D | clip.c | 284 .solicit = clip_neigh_solicit,
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 1074 if (neigh->ops->solicit) in neigh_probe() 1075 neigh->ops->solicit(neigh, skb); in neigh_probe()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 1885 For the message types that already solicit a reply from the back-end,
|