Lines Matching refs:NLA_U16
623 [TCA_FLOWER_KEY_ETH_TYPE] = { .type = NLA_U16 },
633 [TCA_FLOWER_KEY_TCP_SRC] = { .type = NLA_U16 },
634 [TCA_FLOWER_KEY_TCP_DST] = { .type = NLA_U16 },
635 [TCA_FLOWER_KEY_UDP_SRC] = { .type = NLA_U16 },
636 [TCA_FLOWER_KEY_UDP_DST] = { .type = NLA_U16 },
637 [TCA_FLOWER_KEY_VLAN_ID] = { .type = NLA_U16 },
639 [TCA_FLOWER_KEY_VLAN_ETH_TYPE] = { .type = NLA_U16 },
649 [TCA_FLOWER_KEY_TCP_SRC_MASK] = { .type = NLA_U16 },
650 [TCA_FLOWER_KEY_TCP_DST_MASK] = { .type = NLA_U16 },
651 [TCA_FLOWER_KEY_UDP_SRC_MASK] = { .type = NLA_U16 },
652 [TCA_FLOWER_KEY_UDP_DST_MASK] = { .type = NLA_U16 },
653 [TCA_FLOWER_KEY_SCTP_SRC_MASK] = { .type = NLA_U16 },
654 [TCA_FLOWER_KEY_SCTP_DST_MASK] = { .type = NLA_U16 },
655 [TCA_FLOWER_KEY_SCTP_SRC] = { .type = NLA_U16 },
656 [TCA_FLOWER_KEY_SCTP_DST] = { .type = NLA_U16 },
657 [TCA_FLOWER_KEY_ENC_UDP_SRC_PORT] = { .type = NLA_U16 },
658 [TCA_FLOWER_KEY_ENC_UDP_SRC_PORT_MASK] = { .type = NLA_U16 },
659 [TCA_FLOWER_KEY_ENC_UDP_DST_PORT] = { .type = NLA_U16 },
660 [TCA_FLOWER_KEY_ENC_UDP_DST_PORT_MASK] = { .type = NLA_U16 },
686 [TCA_FLOWER_KEY_TCP_FLAGS] = { .type = NLA_U16 },
687 [TCA_FLOWER_KEY_TCP_FLAGS_MASK] = { .type = NLA_U16 },
692 [TCA_FLOWER_KEY_CVLAN_ID] = { .type = NLA_U16 },
694 [TCA_FLOWER_KEY_CVLAN_ETH_TYPE] = { .type = NLA_U16 },
702 NLA_POLICY_MASK(NLA_U16, TCA_FLOWER_KEY_CT_FLAGS_MASK),
704 NLA_POLICY_MASK(NLA_U16, TCA_FLOWER_KEY_CT_FLAGS_MASK),
705 [TCA_FLOWER_KEY_CT_ZONE] = { .type = NLA_U16 },
706 [TCA_FLOWER_KEY_CT_ZONE_MASK] = { .type = NLA_U16 },
730 [TCA_FLOWER_KEY_ENC_OPT_GENEVE_CLASS] = { .type = NLA_U16 },