Searched refs:nd_opt_hdr (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ndisc.h | 105 struct nd_opt_hdr { struct 112 struct nd_opt_hdr *nd_opt_array[__ND_OPT_ARRAY_MAX]; 114 struct nd_opt_hdr *nd_opts_ri; 115 struct nd_opt_hdr *nd_opts_ri_end; 117 struct nd_opt_hdr *nd_useropts; 118 struct nd_opt_hdr *nd_useropts_end; 120 struct nd_opt_hdr *nd_802154_opt_array[ND_OPT_TARGET_LL_ADDR + 1]; 156 * struct nd_opt_hdr *nd_opt, 205 struct nd_opt_hdr *nd_opt, 237 struct nd_opt_hdr *nd_op in ndisc_ops_parse_options() [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | ndisc.h | 105 struct nd_opt_hdr { struct 112 struct nd_opt_hdr *nd_opt_array[__ND_OPT_ARRAY_MAX]; 114 struct nd_opt_hdr *nd_opts_ri; 115 struct nd_opt_hdr *nd_opts_ri_end; 117 struct nd_opt_hdr *nd_useropts; 118 struct nd_opt_hdr *nd_useropts_end; 120 struct nd_opt_hdr *nd_802154_opt_array[ND_OPT_TARGET_LL_ADDR + 1]; 156 * struct nd_opt_hdr *nd_opt, 205 struct nd_opt_hdr *nd_opt, 237 struct nd_opt_hdr *nd_op in ndisc_ops_parse_options() [all...] |
/kernel/linux/linux-5.10/net/6lowpan/ |
H A D | ndisc.c | 22 struct nd_opt_hdr *nd_opt, in lowpan_ndisc_parse_802154_options() 41 struct nd_opt_hdr *nd_opt, in lowpan_ndisc_parse_options()
|
/kernel/linux/linux-6.6/net/6lowpan/ |
H A D | ndisc.c | 22 struct nd_opt_hdr *nd_opt, in lowpan_ndisc_parse_802154_options() 41 struct nd_opt_hdr *nd_opt, in lowpan_ndisc_parse_options()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 183 static struct nd_opt_hdr *ndisc_next_option(struct nd_opt_hdr *cur, in ndisc_next_option() 184 struct nd_opt_hdr *end) in ndisc_next_option() 197 struct nd_opt_hdr *opt) in ndisc_is_useropt() 207 static struct nd_opt_hdr *ndisc_next_useropt(const struct net_device *dev, in ndisc_next_useropt() 208 struct nd_opt_hdr *cur, in ndisc_next_useropt() 209 struct nd_opt_hdr *end) in ndisc_next_useropt() 223 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)opt; in ndisc_parse_options() 230 if (opt_len < sizeof(struct nd_opt_hdr)) in ndisc_parse_options() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 184 static struct nd_opt_hdr *ndisc_next_option(struct nd_opt_hdr *cur, in ndisc_next_option() 185 struct nd_opt_hdr *end) in ndisc_next_option() 198 struct nd_opt_hdr *opt) in ndisc_is_useropt() 208 static struct nd_opt_hdr *ndisc_next_useropt(const struct net_device *dev, in ndisc_next_useropt() 209 struct nd_opt_hdr *cur, in ndisc_next_useropt() 210 struct nd_opt_hdr *end) in ndisc_next_useropt() 224 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)opt; in ndisc_parse_options() 231 if (opt_len < sizeof(struct nd_opt_hdr)) in ndisc_parse_options() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_proto_icmpv6.c | 141 struct nd_opt_hdr nd_opt; in nf_conntrack_icmpv6_redirect() 144 const struct nd_opt_hdr *nd_opt; in nf_conntrack_icmpv6_redirect()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_proto_icmpv6.c | 140 struct nd_opt_hdr nd_opt; in nf_conntrack_icmpv6_redirect() 143 const struct nd_opt_hdr *nd_opt; in nf_conntrack_icmpv6_redirect()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow.c | 439 struct nd_opt_hdr *nd_opt = in parse_icmpv6() 440 (struct nd_opt_hdr *)(nd->opt + offset); in parse_icmpv6()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_arp_nd_proxy.c | 291 daddr = ns->opt + i + sizeof(struct nd_opt_hdr); in br_nd_send()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_arp_nd_proxy.c | 291 daddr = ns->opt + i + sizeof(struct nd_opt_hdr); in br_nd_send()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow.c | 588 struct nd_opt_hdr *nd_opt = in parse_icmpv6() 589 (struct nd_opt_hdr *)(nd->opt + offset); in parse_icmpv6()
|
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2102 daddr = ns->opt + i + sizeof(struct nd_opt_hdr); in vxlan_na_create()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 1949 daddr = ns->opt + i + sizeof(struct nd_opt_hdr); in vxlan_na_create()
|
Completed in 21 milliseconds