Searched refs:strict_start_type (Results 1 – 17 of 17) sorted by relevance
| /linux/lib/ |
| H A D | nlattr.c | 397 u16 strict_start_type = policy[0].strict_start_type; in validate_nla() local 402 if (strict_start_type && type >= strict_start_type) in validate_nla()
|
| /linux/net/bridge/ |
| H A D | br_netlink_tunnel.c | 192 .strict_start_type = IFLA_BRIDGE_VLAN_TUNNEL_FLAGS + 1
|
| /linux/net/sched/ |
| H A D | act_vlan.c | 105 [TCA_VLAN_UNSPEC] = { .strict_start_type = TCA_VLAN_PUSH_ETH_DST },
|
| H A D | sch_red.c | 234 [TCA_RED_UNSPEC] = { .strict_start_type = TCA_RED_FLAGS },
|
| H A D | act_tunnel_key.c | 58 .strict_start_type = TCA_TUNNEL_KEY_ENC_OPTS_VXLAN },
|
| H A D | sch_fq.c | 987 [TCA_FQ_UNSPEC] = { .strict_start_type = TCA_FQ_TIMER_SLACK }, in fq_load_weights()
|
| H A D | cls_flower.c | 631 [TCA_FLOWER_UNSPEC] = { .strict_start_type = in fl_get() 752 .strict_start_type = TCA_FLOWER_KEY_ENC_OPTS_VXLAN },
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel_core.c | 463 [LWTUNNEL_IP_UNSPEC] = { .strict_start_type = LWTUNNEL_IP_OPTS }, 966 [LWTUNNEL_IP6_UNSPEC] = { .strict_start_type = LWTUNNEL_IP6_OPTS },
|
| H A D | fib_frontend.c | 688 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
|
| /linux/net/xfrm/ |
| H A D | xfrm_interface_core.c | 932 [IFLA_XFRM_UNSPEC] = { .strict_start_type = IFLA_XFRM_COLLECT_METADATA },
|
| H A D | xfrm_user.c | 3691 [XFRMA_UNSPEC] = { .strict_start_type = XFRMA_SA_DIR },
|
| /linux/net/core/ |
| H A D | drop_monitor.c | 1601 [NET_DM_ATTR_UNSPEC] = { .strict_start_type = NET_DM_ATTR_UNSPEC + 1 },
|
| H A D | fib_rules.c | 850 [FRA_UNSPEC] = { .strict_start_type = FRA_DPORT_RANGE + 1 },
|
| H A D | rtnetlink.c | 2291 [IFLA_UNSPEC] = { .strict_start_type = IFLA_DPLL_PIN }, 2395 [IFLA_XDP_UNSPEC] = { .strict_start_type = IFLA_XDP_EXPECTED_FD }, 6845 [MDBA_SET_ENTRY_UNSPEC] = { .strict_start_type = MDBA_SET_ENTRY_ATTRS + 1 },
|
| /linux/drivers/net/ |
| H A D | geneve.c | 1873 [IFLA_GENEVE_UNSPEC] = { .strict_start_type = IFLA_GENEVE_INNER_PROTO_INHERIT },
|
| /linux/net/ipv6/ |
| H A D | route.c | 5124 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 701 [0] = { .strict_start_type = NL80211_ATTR_HE_OBSS_PD },
|