Home
last modified time | relevance | path

Searched refs:nd_opt_type (Results 1 – 5 of 5) sorted by relevance

/linux/net/6lowpan/
H A Dndisc.c22 if (ndopts->nd_802154_opt_array[nd_opt->nd_opt_type]) in lowpan_ndisc_parse_802154_options()
25 __func__, nd_opt->nd_opt_type); in lowpan_ndisc_parse_802154_options()
27 ndopts->nd_802154_opt_array[nd_opt->nd_opt_type] = nd_opt; in lowpan_ndisc_parse_802154_options()
42 switch (nd_opt->nd_opt_type) { in lowpan_ndisc_parse_options()
/linux/net/ipv6/
H A Dndisc.c190 type = cur->nd_opt_type; in ndisc_next_option()
193 } while (cur < end && cur->nd_opt_type != type); in ndisc_next_option()
194 return cur <= end && cur->nd_opt_type == type ? cur : NULL; in ndisc_next_option()
200 return opt->nd_opt_type == ND_OPT_PREFIX_INFO || in ndisc_is_useropt()
201 opt->nd_opt_type == ND_OPT_RDNSS || in ndisc_is_useropt()
202 opt->nd_opt_type == ND_OPT_DNSSL || in ndisc_is_useropt()
203 opt->nd_opt_type == ND_OPT_6CO || in ndisc_is_useropt()
204 opt->nd_opt_type == ND_OPT_CAPTIVE_PORTAL || in ndisc_is_useropt()
205 opt->nd_opt_type == ND_OPT_PREF64; in ndisc_is_useropt()
239 switch (nd_opt->nd_opt_type) { in ndisc_parse_options()
[all …]
/linux/net/netfilter/
H A Dnf_conntrack_proto_icmpv6.c174 if (nd_opt->nd_opt_type != ND_OPT_REDIRECT_HDR) in nf_conntrack_icmpv6_redirect()
/linux/include/net/
H A Dndisc.h106 __u8 nd_opt_type; member
/linux/net/openvswitch/
H A Dflow.c600 if (nd_opt->nd_opt_type == ND_OPT_SOURCE_LL_ADDR in parse_icmpv6()
606 } else if (nd_opt->nd_opt_type == ND_OPT_TARGET_LL_ADDR in parse_icmpv6()