nd_opt_type 105 include/net/ndisc.h __u8 nd_opt_type; nd_opt_type 202 include/net/ndisc.h int (*is_useropt)(u8 nd_opt_type); nd_opt_type 227 include/net/ndisc.h u8 nd_opt_type) nd_opt_type 230 include/net/ndisc.h return dev->ndisc_ops->is_useropt(nd_opt_type); nd_opt_type 14 net/6lowpan/ndisc.c static int lowpan_ndisc_is_useropt(u8 nd_opt_type) nd_opt_type 16 net/6lowpan/ndisc.c return nd_opt_type == ND_OPT_6CO; nd_opt_type 27 net/6lowpan/ndisc.c if (ndopts->nd_802154_opt_array[nd_opt->nd_opt_type]) nd_opt_type 30 net/6lowpan/ndisc.c __func__, nd_opt->nd_opt_type); nd_opt_type 32 net/6lowpan/ndisc.c ndopts->nd_802154_opt_array[nd_opt->nd_opt_type] = nd_opt; nd_opt_type 47 net/6lowpan/ndisc.c switch (nd_opt->nd_opt_type) { nd_opt_type 187 net/ipv6/ndisc.c type = cur->nd_opt_type; nd_opt_type 190 net/ipv6/ndisc.c } while (cur < end && cur->nd_opt_type != type); nd_opt_type 191 net/ipv6/ndisc.c return cur <= end && cur->nd_opt_type == type ? cur : NULL; nd_opt_type 197 net/ipv6/ndisc.c return opt->nd_opt_type == ND_OPT_RDNSS || nd_opt_type 198 net/ipv6/ndisc.c opt->nd_opt_type == ND_OPT_DNSSL || nd_opt_type 199 net/ipv6/ndisc.c opt->nd_opt_type == ND_OPT_CAPTIVE_PORTAL || nd_opt_type 200 net/ipv6/ndisc.c ndisc_ops_is_useropt(dev, opt->nd_opt_type); nd_opt_type 233 net/ipv6/ndisc.c switch (nd_opt->nd_opt_type) { nd_opt_type 239 net/ipv6/ndisc.c if (ndopts->nd_opt_array[nd_opt->nd_opt_type]) { nd_opt_type 242 net/ipv6/ndisc.c __func__, nd_opt->nd_opt_type); nd_opt_type 244 net/ipv6/ndisc.c ndopts->nd_opt_array[nd_opt->nd_opt_type] = nd_opt; nd_opt_type 249 net/ipv6/ndisc.c if (!ndopts->nd_opt_array[nd_opt->nd_opt_type]) nd_opt_type 250 net/ipv6/ndisc.c ndopts->nd_opt_array[nd_opt->nd_opt_type] = nd_opt; nd_opt_type 273 net/ipv6/ndisc.c nd_opt->nd_opt_type, nd_opt_type 450 net/openvswitch/flow.c if (nd_opt->nd_opt_type == ND_OPT_SOURCE_LL_ADDR nd_opt_type 456 net/openvswitch/flow.c } else if (nd_opt->nd_opt_type == ND_OPT_TARGET_LL_ADDR