Lines Matching refs:NLA_U16

626 	[TCA_FLOWER_KEY_ETH_TYPE]	= { .type = NLA_U16 },
636 [TCA_FLOWER_KEY_TCP_SRC] = { .type = NLA_U16 },
637 [TCA_FLOWER_KEY_TCP_DST] = { .type = NLA_U16 },
638 [TCA_FLOWER_KEY_UDP_SRC] = { .type = NLA_U16 },
639 [TCA_FLOWER_KEY_UDP_DST] = { .type = NLA_U16 },
640 [TCA_FLOWER_KEY_VLAN_ID] = { .type = NLA_U16 },
642 [TCA_FLOWER_KEY_VLAN_ETH_TYPE] = { .type = NLA_U16 },
652 [TCA_FLOWER_KEY_TCP_SRC_MASK] = { .type = NLA_U16 },
653 [TCA_FLOWER_KEY_TCP_DST_MASK] = { .type = NLA_U16 },
654 [TCA_FLOWER_KEY_UDP_SRC_MASK] = { .type = NLA_U16 },
655 [TCA_FLOWER_KEY_UDP_DST_MASK] = { .type = NLA_U16 },
656 [TCA_FLOWER_KEY_SCTP_SRC_MASK] = { .type = NLA_U16 },
657 [TCA_FLOWER_KEY_SCTP_DST_MASK] = { .type = NLA_U16 },
658 [TCA_FLOWER_KEY_SCTP_SRC] = { .type = NLA_U16 },
659 [TCA_FLOWER_KEY_SCTP_DST] = { .type = NLA_U16 },
660 [TCA_FLOWER_KEY_ENC_UDP_SRC_PORT] = { .type = NLA_U16 },
661 [TCA_FLOWER_KEY_ENC_UDP_SRC_PORT_MASK] = { .type = NLA_U16 },
662 [TCA_FLOWER_KEY_ENC_UDP_DST_PORT] = { .type = NLA_U16 },
663 [TCA_FLOWER_KEY_ENC_UDP_DST_PORT_MASK] = { .type = NLA_U16 },
689 [TCA_FLOWER_KEY_TCP_FLAGS] = { .type = NLA_U16 },
690 [TCA_FLOWER_KEY_TCP_FLAGS_MASK] = { .type = NLA_U16 },
695 [TCA_FLOWER_KEY_CVLAN_ID] = { .type = NLA_U16 },
697 [TCA_FLOWER_KEY_CVLAN_ETH_TYPE] = { .type = NLA_U16 },
705 NLA_POLICY_MASK(NLA_U16, TCA_FLOWER_KEY_CT_FLAGS_MASK),
707 NLA_POLICY_MASK(NLA_U16, TCA_FLOWER_KEY_CT_FLAGS_MASK),
708 [TCA_FLOWER_KEY_CT_ZONE] = { .type = NLA_U16 },
709 [TCA_FLOWER_KEY_CT_ZONE_MASK] = { .type = NLA_U16 },
720 [TCA_FLOWER_KEY_PPPOE_SID] = { .type = NLA_U16 },
721 [TCA_FLOWER_KEY_PPP_PROTO] = { .type = NLA_U16 },
738 [TCA_FLOWER_KEY_ENC_OPT_GENEVE_CLASS] = { .type = NLA_U16 },