Lines Matching refs:NLA_U16

633 	[TCA_FLOWER_KEY_ETH_TYPE]	= { .type = NLA_U16 },
643 [TCA_FLOWER_KEY_TCP_SRC] = { .type = NLA_U16 },
644 [TCA_FLOWER_KEY_TCP_DST] = { .type = NLA_U16 },
645 [TCA_FLOWER_KEY_UDP_SRC] = { .type = NLA_U16 },
646 [TCA_FLOWER_KEY_UDP_DST] = { .type = NLA_U16 },
647 [TCA_FLOWER_KEY_VLAN_ID] = { .type = NLA_U16 },
649 [TCA_FLOWER_KEY_VLAN_ETH_TYPE] = { .type = NLA_U16 },
659 [TCA_FLOWER_KEY_TCP_SRC_MASK] = { .type = NLA_U16 },
660 [TCA_FLOWER_KEY_TCP_DST_MASK] = { .type = NLA_U16 },
661 [TCA_FLOWER_KEY_UDP_SRC_MASK] = { .type = NLA_U16 },
662 [TCA_FLOWER_KEY_UDP_DST_MASK] = { .type = NLA_U16 },
663 [TCA_FLOWER_KEY_SCTP_SRC_MASK] = { .type = NLA_U16 },
664 [TCA_FLOWER_KEY_SCTP_DST_MASK] = { .type = NLA_U16 },
665 [TCA_FLOWER_KEY_SCTP_SRC] = { .type = NLA_U16 },
666 [TCA_FLOWER_KEY_SCTP_DST] = { .type = NLA_U16 },
667 [TCA_FLOWER_KEY_ENC_UDP_SRC_PORT] = { .type = NLA_U16 },
668 [TCA_FLOWER_KEY_ENC_UDP_SRC_PORT_MASK] = { .type = NLA_U16 },
669 [TCA_FLOWER_KEY_ENC_UDP_DST_PORT] = { .type = NLA_U16 },
670 [TCA_FLOWER_KEY_ENC_UDP_DST_PORT_MASK] = { .type = NLA_U16 },
696 [TCA_FLOWER_KEY_TCP_FLAGS] = { .type = NLA_U16 },
697 [TCA_FLOWER_KEY_TCP_FLAGS_MASK] = { .type = NLA_U16 },
702 [TCA_FLOWER_KEY_CVLAN_ID] = { .type = NLA_U16 },
704 [TCA_FLOWER_KEY_CVLAN_ETH_TYPE] = { .type = NLA_U16 },
712 NLA_POLICY_MASK(NLA_U16, TCA_FLOWER_KEY_CT_FLAGS_MASK),
714 NLA_POLICY_MASK(NLA_U16, TCA_FLOWER_KEY_CT_FLAGS_MASK),
715 [TCA_FLOWER_KEY_CT_ZONE] = { .type = NLA_U16 },
716 [TCA_FLOWER_KEY_CT_ZONE_MASK] = { .type = NLA_U16 },
727 [TCA_FLOWER_KEY_PPPOE_SID] = { .type = NLA_U16 },
728 [TCA_FLOWER_KEY_PPP_PROTO] = { .type = NLA_U16 },
748 [TCA_FLOWER_KEY_ENC_OPT_GENEVE_CLASS] = { .type = NLA_U16 },