Searched refs:strict_start_type (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
D | nlattr.c | 362 u16 strict_start_type = policy[0].strict_start_type; in validate_nla() local 367 if (strict_start_type && type >= strict_start_type) in validate_nla()
|
/kernel/linux/linux-5.10/include/net/ |
D | fib_rules.h | 107 [FRA_UNSPEC] = { .strict_start_type = FRA_DPORT_RANGE + 1 }, \
|
D | netlink.h | 349 u16 strict_start_type; member
|
/kernel/linux/linux-5.10/net/sched/ |
D | act_vlan.c | 106 [TCA_VLAN_UNSPEC] = { .strict_start_type = TCA_VLAN_PUSH_ETH_DST },
|
D | sch_red.c | 225 [TCA_RED_UNSPEC] = { .strict_start_type = TCA_RED_FLAGS },
|
D | act_tunnel_key.c | 59 .strict_start_type = TCA_TUNNEL_KEY_ENC_OPTS_VXLAN },
|
D | sch_fq.c | 787 [TCA_FQ_UNSPEC] = { .strict_start_type = TCA_FQ_TIMER_SLACK },
|
D | cls_flower.c | 715 .strict_start_type = TCA_FLOWER_KEY_ENC_OPTS_VXLAN },
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | ip_tunnel_core.c | 442 [LWTUNNEL_IP_UNSPEC] = { .strict_start_type = LWTUNNEL_IP_OPTS }, 937 [LWTUNNEL_IP6_UNSPEC] = { .strict_start_type = LWTUNNEL_IP6_OPTS },
|
D | fib_frontend.c | 658 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nft_tunnel.c | 348 .strict_start_type = NFTA_TUNNEL_KEY_OPTS_GENEVE },
|
/kernel/linux/linux-5.10/net/core/ |
D | drop_monitor.c | 1600 [NET_DM_ATTR_UNSPEC] = { .strict_start_type = NET_DM_ATTR_UNSPEC + 1 },
|
D | neighbour.c | 1787 [NDA_UNSPEC] = { .strict_start_type = NDA_NH_ID },
|
D | rtnetlink.c | 1931 [IFLA_XDP_UNSPEC] = { .strict_start_type = IFLA_XDP_EXPECTED_FD },
|
D | devlink.c | 7546 [DEVLINK_ATTR_UNSPEC] = { .strict_start_type =
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | route.c | 4882 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
|
/kernel/linux/linux-5.10/net/wireless/ |
D | nl80211.c | 407 [0] = { .strict_start_type = NL80211_ATTR_HE_OBSS_PD },
|