Lines Matching refs:NLA_U16
616 [TCA_FLOWER_KEY_ETH_TYPE] = { .type = NLA_U16 },
626 [TCA_FLOWER_KEY_TCP_SRC] = { .type = NLA_U16 },
627 [TCA_FLOWER_KEY_TCP_DST] = { .type = NLA_U16 },
628 [TCA_FLOWER_KEY_UDP_SRC] = { .type = NLA_U16 },
629 [TCA_FLOWER_KEY_UDP_DST] = { .type = NLA_U16 },
630 [TCA_FLOWER_KEY_VLAN_ID] = { .type = NLA_U16 },
632 [TCA_FLOWER_KEY_VLAN_ETH_TYPE] = { .type = NLA_U16 },
642 [TCA_FLOWER_KEY_TCP_SRC_MASK] = { .type = NLA_U16 },
643 [TCA_FLOWER_KEY_TCP_DST_MASK] = { .type = NLA_U16 },
644 [TCA_FLOWER_KEY_UDP_SRC_MASK] = { .type = NLA_U16 },
645 [TCA_FLOWER_KEY_UDP_DST_MASK] = { .type = NLA_U16 },
646 [TCA_FLOWER_KEY_SCTP_SRC_MASK] = { .type = NLA_U16 },
647 [TCA_FLOWER_KEY_SCTP_DST_MASK] = { .type = NLA_U16 },
648 [TCA_FLOWER_KEY_SCTP_SRC] = { .type = NLA_U16 },
649 [TCA_FLOWER_KEY_SCTP_DST] = { .type = NLA_U16 },
650 [TCA_FLOWER_KEY_ENC_UDP_SRC_PORT] = { .type = NLA_U16 },
651 [TCA_FLOWER_KEY_ENC_UDP_SRC_PORT_MASK] = { .type = NLA_U16 },
652 [TCA_FLOWER_KEY_ENC_UDP_DST_PORT] = { .type = NLA_U16 },
653 [TCA_FLOWER_KEY_ENC_UDP_DST_PORT_MASK] = { .type = NLA_U16 },
679 [TCA_FLOWER_KEY_TCP_FLAGS] = { .type = NLA_U16 },
680 [TCA_FLOWER_KEY_TCP_FLAGS_MASK] = { .type = NLA_U16 },
685 [TCA_FLOWER_KEY_CVLAN_ID] = { .type = NLA_U16 },
687 [TCA_FLOWER_KEY_CVLAN_ETH_TYPE] = { .type = NLA_U16 },
695 NLA_POLICY_MASK(NLA_U16, TCA_FLOWER_KEY_CT_FLAGS_MASK),
697 NLA_POLICY_MASK(NLA_U16, TCA_FLOWER_KEY_CT_FLAGS_MASK),
698 [TCA_FLOWER_KEY_CT_ZONE] = { .type = NLA_U16 },
699 [TCA_FLOWER_KEY_CT_ZONE_MASK] = { .type = NLA_U16 },
723 [TCA_FLOWER_KEY_ENC_OPT_GENEVE_CLASS] = { .type = NLA_U16 },