/Linux-v5.10/net/ieee802154/ |
D | nl_policy.c | 20 [IEEE802154_ATTR_SHORT_ADDR] = { .type = NLA_U16, }, 22 [IEEE802154_ATTR_PAN_ID] = { .type = NLA_U16, }, 31 [IEEE802154_ATTR_COORD_SHORT_ADDR] = { .type = NLA_U16, }, 33 [IEEE802154_ATTR_COORD_PAN_ID] = { .type = NLA_U16, }, 34 [IEEE802154_ATTR_SRC_SHORT_ADDR] = { .type = NLA_U16, }, 36 [IEEE802154_ATTR_SRC_PAN_ID] = { .type = NLA_U16, }, 37 [IEEE802154_ATTR_DEST_SHORT_ADDR] = { .type = NLA_U16, }, 39 [IEEE802154_ATTR_DEST_PAN_ID] = { .type = NLA_U16, },
|
/Linux-v5.10/drivers/infiniband/ulp/ipoib/ |
D | ipoib_netlink.c | 40 [IFLA_IPOIB_PKEY] = { .type = NLA_U16 }, 41 [IFLA_IPOIB_MODE] = { .type = NLA_U16 }, 42 [IFLA_IPOIB_UMCAST] = { .type = NLA_U16 },
|
/Linux-v5.10/net/netfilter/ipset/ |
D | ip_set_bitmap_port.c | 297 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 298 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 303 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 304 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 313 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
D | ip_set_hash_ipport.c | 357 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 358 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 369 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
D | ip_set_hash_ipportip.c | 372 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 373 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 384 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
D | ip_set_hash_netport.c | 476 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 477 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 489 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
D | ip_set_hash_ipportnet.c | 530 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 531 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 544 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
D | ip_set_hash_mac.c | 148 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
D | ip_set_hash_netportnet.c | 575 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 576 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 589 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
/Linux-v5.10/net/netfilter/ |
D | nft_queue.c | 72 [NFTA_QUEUE_NUM] = { .type = NLA_U16 }, 73 [NFTA_QUEUE_TOTAL] = { .type = NLA_U16 }, 74 [NFTA_QUEUE_FLAGS] = { .type = NLA_U16 },
|
D | nft_log.c | 122 [NFTA_LOG_GROUP] = { .type = NLA_U16 }, 126 [NFTA_LOG_QTHRESHOLD] = { .type = NLA_U16 },
|
/Linux-v5.10/drivers/infiniband/core/ |
D | iwpm_msg.c | 388 [IWPM_NLA_RREG_ULIB_VER] = { .type = NLA_U16 }, 389 [IWPM_NLA_RREG_PID_ERR] = { .type = NLA_U16 } 465 [IWPM_NLA_RMANAGE_MAPPING_ERR] = { .type = NLA_U16 } 542 [IWPM_NLA_RQUERY_MAPPING_ERR] = { .type = NLA_U16 } 703 [IWPM_NLA_MAPINFO_ULIB_VER] = { .type = NLA_U16 } 793 [IWPM_NLA_ERR_CODE] = { .type = NLA_U16 }, 838 [IWPM_NLA_HELLO_ABI_VERSION] = { .type = NLA_U16 }
|
/Linux-v5.10/net/sched/ |
D | cls_flower.c | 611 [TCA_FLOWER_KEY_ETH_TYPE] = { .type = NLA_U16 }, 621 [TCA_FLOWER_KEY_TCP_SRC] = { .type = NLA_U16 }, 622 [TCA_FLOWER_KEY_TCP_DST] = { .type = NLA_U16 }, 623 [TCA_FLOWER_KEY_UDP_SRC] = { .type = NLA_U16 }, 624 [TCA_FLOWER_KEY_UDP_DST] = { .type = NLA_U16 }, 625 [TCA_FLOWER_KEY_VLAN_ID] = { .type = NLA_U16 }, 627 [TCA_FLOWER_KEY_VLAN_ETH_TYPE] = { .type = NLA_U16 }, 637 [TCA_FLOWER_KEY_TCP_SRC_MASK] = { .type = NLA_U16 }, 638 [TCA_FLOWER_KEY_TCP_DST_MASK] = { .type = NLA_U16 }, 639 [TCA_FLOWER_KEY_UDP_SRC_MASK] = { .type = NLA_U16 }, [all …]
|
D | act_meta_skbtcindex.c | 44 .metatype = NLA_U16,
|
D | act_vlan.c | 108 [TCA_VLAN_PUSH_VLAN_ID] = { .type = NLA_U16 }, 109 [TCA_VLAN_PUSH_VLAN_PROTOCOL] = { .type = NLA_U16 },
|
/Linux-v5.10/lib/ |
D | nlattr.c | 25 [NLA_U16] = sizeof(u16), 36 [NLA_U16] = sizeof(u16), 126 case NLA_U16: in nla_get_range_unsigned() 174 case NLA_U16: in nla_validate_range_unsigned() 309 case NLA_U16: in nla_validate_int_range() 336 case NLA_U16: in nla_validate_mask()
|
/Linux-v5.10/net/netlink/ |
D | policy.c | 214 case NLA_U16: in netlink_policy_dump_attr_size_estimate() 277 case NLA_U16: in __netlink_policy_dump_write_attr() 285 else if (pt->type == NLA_U16) in __netlink_policy_dump_write_attr()
|
/Linux-v5.10/net/l2tp/ |
D | l2tp_netlink.c | 868 [L2TP_ATTR_PW_TYPE] = { .type = NLA_U16, }, 869 [L2TP_ATTR_ENCAP_TYPE] = { .type = NLA_U16, }, 870 [L2TP_ATTR_OFFSET] = { .type = NLA_U16, }, 880 [L2TP_ATTR_VLAN_ID] = { .type = NLA_U16, }, 890 [L2TP_ATTR_UDP_SPORT] = { .type = NLA_U16, }, 891 [L2TP_ATTR_UDP_DPORT] = { .type = NLA_U16, }, 892 [L2TP_ATTR_MTU] = { .type = NLA_U16, }, 893 [L2TP_ATTR_MRU] = { .type = NLA_U16, },
|
/Linux-v5.10/net/ipv4/ |
D | ipip.c | 606 [IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 }, 607 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 }, 608 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 }, 609 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
D | ip_gre.c | 1561 [IFLA_GRE_IFLAGS] = { .type = NLA_U16 }, 1562 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 }, 1570 [IFLA_GRE_ENCAP_TYPE] = { .type = NLA_U16 }, 1571 [IFLA_GRE_ENCAP_FLAGS] = { .type = NLA_U16 }, 1572 [IFLA_GRE_ENCAP_SPORT] = { .type = NLA_U16 }, 1573 [IFLA_GRE_ENCAP_DPORT] = { .type = NLA_U16 }, 1580 [IFLA_GRE_ERSPAN_HWID] = { .type = NLA_U16 },
|
/Linux-v5.10/net/hsr/ |
D | hsr_netlink.c | 24 [IFLA_HSR_SEQ_NR] = { .type = NLA_U16 }, 172 [HSR_A_IF1_SEQ] = { .type = NLA_U16 }, 173 [HSR_A_IF2_SEQ] = { .type = NLA_U16 },
|
/Linux-v5.10/net/8021q/ |
D | vlan_netlink.c | 19 [IFLA_VLAN_ID] = { .type = NLA_U16 }, 23 [IFLA_VLAN_PROTOCOL] = { .type = NLA_U16 },
|
/Linux-v5.10/net/bridge/ |
D | br_netlink_tunnel.c | 192 [IFLA_BRIDGE_VLAN_TUNNEL_VID] = { .type = NLA_U16 }, 193 [IFLA_BRIDGE_VLAN_TUNNEL_FLAGS] = { .type = NLA_U16 },
|
/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/ |
D | testmode.c | 28 [WCN36XX_TM_ATTR_CMD] = { .type = NLA_U16 },
|
/Linux-v5.10/net/batman-adv/ |
D | netlink.c | 112 [BATADV_ATTR_TT_VID] = { .type = NLA_U16 }, 124 [BATADV_ATTR_BLA_VID] = { .type = NLA_U16 }, 126 [BATADV_ATTR_BLA_CRC] = { .type = NLA_U16 }, 129 [BATADV_ATTR_DAT_CACHE_VID] = { .type = NLA_U16 }, 132 [BATADV_ATTR_VLANID] = { .type = NLA_U16 },
|