Searched refs:strict_start_type (Results 1 – 22 of 22) sorted by relevance
/linux-6.6.21/lib/ |
D | nlattr.c | 384 u16 strict_start_type = policy[0].strict_start_type; in validate_nla() local 389 if (strict_start_type && type >= strict_start_type) in validate_nla()
|
/linux-6.6.21/net/bridge/ |
D | br_netlink_tunnel.c | 192 .strict_start_type = IFLA_BRIDGE_VLAN_TUNNEL_FLAGS + 1
|
D | br_netlink.c | 875 [IFLA_BRPORT_UNSPEC] = { .strict_start_type =
|
/linux-6.6.21/net/sched/ |
D | act_vlan.c | 107 [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 | 60 .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 | 624 [TCA_FLOWER_UNSPEC] = { .strict_start_type = 739 .strict_start_type = TCA_FLOWER_KEY_ENC_OPTS_VXLAN },
|
/linux-6.6.21/net/devlink/ |
D | netlink.c | 17 [DEVLINK_ATTR_UNSPEC] = { .strict_start_type =
|
/linux-6.6.21/net/ipv4/ |
D | ip_tunnel_core.c | 433 [LWTUNNEL_IP_UNSPEC] = { .strict_start_type = LWTUNNEL_IP_OPTS }, 929 [LWTUNNEL_IP6_UNSPEC] = { .strict_start_type = LWTUNNEL_IP6_OPTS },
|
D | fib_frontend.c | 661 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
|
/linux-6.6.21/net/netfilter/ |
D | nft_tunnel.c | 376 .strict_start_type = NFTA_TUNNEL_KEY_OPTS_GENEVE },
|
/linux-6.6.21/include/net/ |
D | netlink.h | 347 u16 strict_start_type; member
|
/linux-6.6.21/net/xfrm/ |
D | xfrm_interface_core.c | 939 [IFLA_XFRM_UNSPEC] = { .strict_start_type = IFLA_XFRM_COLLECT_METADATA },
|
/linux-6.6.21/net/core/ |
D | drop_monitor.c | 1603 [NET_DM_ATTR_UNSPEC] = { .strict_start_type = NET_DM_ATTR_UNSPEC + 1 },
|
D | fib_rules.c | 754 [FRA_UNSPEC] = { .strict_start_type = FRA_DPORT_RANGE + 1 },
|
D | rtnetlink.c | 2030 [IFLA_XDP_UNSPEC] = { .strict_start_type = IFLA_XDP_EXPECTED_FD }, 6248 [MDBA_SET_ENTRY_UNSPEC] = { .strict_start_type = MDBA_SET_ENTRY_ATTRS + 1 },
|
D | neighbour.c | 1878 [NDA_UNSPEC] = { .strict_start_type = NDA_NH_ID },
|
/linux-6.6.21/drivers/net/ |
D | geneve.c | 1267 [IFLA_GENEVE_UNSPEC] = { .strict_start_type = IFLA_GENEVE_INNER_PROTO_INHERIT },
|
/linux-6.6.21/drivers/net/vxlan/ |
D | vxlan_core.c | 3257 [IFLA_VXLAN_UNSPEC] = { .strict_start_type = IFLA_VXLAN_LOCALBYPASS },
|
/linux-6.6.21/net/ipv6/ |
D | route.c | 4973 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
|
/linux-6.6.21/net/wireless/ |
D | nl80211.c | 472 [0] = { .strict_start_type = NL80211_ATTR_HE_OBSS_PD },
|