| /linux/net/ieee802154/ |
| H A 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/net/netfilter/ipset/ |
| H A 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 },
|
| H A D | ip_set_hash_ipportip.c | 379 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 380 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 391 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
| H A D | ip_set_hash_ipport.c | 386 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 387 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 398 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
| H A D | ip_set_hash_netport.c | 483 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 484 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 496 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
| H A D | ip_set_hash_ipportnet.c | 539 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 540 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 553 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
| H A D | ip_set_hash_netportnet.c | 595 [IPSET_ATTR_PORT] = { .type = NLA_U16 }, 596 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 }, 609 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
| H A D | ip_set_hash_mac.c | 150 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_netlink.c | 39 [IFLA_IPOIB_PKEY] = { .type = NLA_U16 }, 40 [IFLA_IPOIB_MODE] = { .type = NLA_U16 }, 41 [IFLA_IPOIB_UMCAST] = { .type = NLA_U16 },
|
| /linux/net/netfilter/ |
| H A D | nft_queue.c | 96 [NFTA_QUEUE_NUM] = { .type = NLA_U16 }, 97 [NFTA_QUEUE_TOTAL] = { .type = NLA_U16 }, 98 [NFTA_QUEUE_FLAGS] = { .type = NLA_U16 },
|
| H A D | nft_log.c | 66 [NFTA_LOG_GROUP] = { .type = NLA_U16 }, in nft_log_eval_audit() 70 [NFTA_LOG_QTHRESHOLD] = { .type = NLA_U16 }, in nft_log_eval_audit()
|
| H A D | nft_tunnel.c | 336 [NFTA_TUNNEL_KEY_GENEVE_CLASS] = { .type = NLA_U16 }, 440 [NFTA_TUNNEL_KEY_SPORT] = { .type = NLA_U16, }, 441 [NFTA_TUNNEL_KEY_DPORT] = { .type = NLA_U16, },
|
| /linux/drivers/infiniband/core/ |
| H A D | iwpm_msg.c | 372 [IWPM_NLA_RREG_ULIB_VER] = { .type = NLA_U16 }, 373 [IWPM_NLA_RREG_PID_ERR] = { .type = NLA_U16 } 448 [IWPM_NLA_RMANAGE_MAPPING_ERR] = { .type = NLA_U16 } 526 [IWPM_NLA_RQUERY_MAPPING_ERR] = { .type = NLA_U16 } 682 [IWPM_NLA_MAPINFO_ULIB_VER] = { .type = NLA_U16 } 767 [IWPM_NLA_ERR_CODE] = { .type = NLA_U16 }, 812 [IWPM_NLA_HELLO_ABI_VERSION] = { .type = NLA_U16 }
|
| /linux/net/sched/ |
| H A D | cls_flower.c | 644 [TCA_FLOWER_KEY_ETH_TYPE] = { .type = NLA_U16 }, 654 [TCA_FLOWER_KEY_TCP_SRC] = { .type = NLA_U16 }, 655 [TCA_FLOWER_KEY_TCP_DST] = { .type = NLA_U16 }, 656 [TCA_FLOWER_KEY_UDP_SRC] = { .type = NLA_U16 }, 657 [TCA_FLOWER_KEY_UDP_DST] = { .type = NLA_U16 }, 658 [TCA_FLOWER_KEY_VLAN_ID] = { .type = NLA_U16 }, 660 [TCA_FLOWER_KEY_VLAN_ETH_TYPE] = { .type = NLA_U16 }, 670 [TCA_FLOWER_KEY_TCP_SRC_MASK] = { .type = NLA_U16 }, 671 [TCA_FLOWER_KEY_TCP_DST_MASK] = { .type = NLA_U16 }, 672 [TCA_FLOWER_KEY_UDP_SRC_MASK] = { .type = NLA_U16 }, [all...] |
| H A D | act_meta_skbtcindex.c | 44 .metatype = NLA_U16,
|
| /linux/lib/ |
| H A D | nlattr.c | 26 [NLA_U16] = sizeof(u16), 39 [NLA_U16] = sizeof(u16), 131 case NLA_U16: in nla_get_range_unsigned() 182 case NLA_U16: in nla_validate_range_unsigned() 332 case NLA_U16: in nla_validate_int_range() 363 case NLA_U16: in nla_validate_mask()
|
| /linux/net/l2tp/ |
| H A D | l2tp_netlink.c | 886 [L2TP_ATTR_PW_TYPE] = { .type = NLA_U16, }, 887 [L2TP_ATTR_ENCAP_TYPE] = { .type = NLA_U16, }, 888 [L2TP_ATTR_OFFSET] = { .type = NLA_U16, }, 898 [L2TP_ATTR_VLAN_ID] = { .type = NLA_U16, }, 908 [L2TP_ATTR_UDP_SPORT] = { .type = NLA_U16, }, 909 [L2TP_ATTR_UDP_DPORT] = { .type = NLA_U16, }, 910 [L2TP_ATTR_MTU] = { .type = NLA_U16, }, 911 [L2TP_ATTR_MRU] = { .type = NLA_U16, },
|
| /linux/net/ipv4/ |
| H A D | ipip.c | 590 [IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 }, 591 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 }, 592 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 }, 593 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
| H A D | ip_gre.c | 1644 [IFLA_GRE_IFLAGS] = { .type = NLA_U16 }, 1645 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 }, 1653 [IFLA_GRE_ENCAP_TYPE] = { .type = NLA_U16 }, 1654 [IFLA_GRE_ENCAP_FLAGS] = { .type = NLA_U16 }, 1655 [IFLA_GRE_ENCAP_SPORT] = { .type = NLA_U16 }, 1656 [IFLA_GRE_ENCAP_DPORT] = { .type = NLA_U16 }, 1663 [IFLA_GRE_ERSPAN_HWID] = { .type = NLA_U16 },
|
| /linux/net/netlink/ |
| H A D | policy.c | 225 case NLA_U16: in netlink_policy_dump_attr_size_estimate() 290 case NLA_U16: in __netlink_policy_dump_write_attr() 299 else if (pt->type == NLA_U16) in __netlink_policy_dump_write_attr()
|
| /linux/net/bridge/ |
| H A D | br_netlink_tunnel.c | 195 [IFLA_BRIDGE_VLAN_TUNNEL_VID] = { .type = NLA_U16 }, 196 [IFLA_BRIDGE_VLAN_TUNNEL_FLAGS] = { .type = NLA_U16 },
|
| H A D | br_vlan_options.c | 629 [BRIDGE_VLANDB_GOPTS_ID] = { .type = NLA_U16 }, 630 [BRIDGE_VLANDB_GOPTS_RANGE] = { .type = NLA_U16 }, 643 [BRIDGE_VLANDB_GOPTS_MSTI] = NLA_POLICY_MAX(NLA_U16, VLAN_N_VID - 1),
|
| /linux/net/8021q/ |
| H A D | vlan_netlink.c | 19 [IFLA_VLAN_ID] = { .type = NLA_U16 }, 23 [IFLA_VLAN_PROTOCOL] = { .type = NLA_U16 },
|
| /linux/net/hsr/ |
| H A D | hsr_netlink.c | 24 [IFLA_HSR_SEQ_NR] = { .type = NLA_U16 }, 210 [HSR_A_IF1_SEQ] = { .type = NLA_U16 }, 211 [HSR_A_IF2_SEQ] = { .type = NLA_U16 },
|
| /linux/drivers/net/ |
| H A D | bareudp.c | 560 [IFLA_BAREUDP_PORT] = { .type = NLA_U16 }, 561 [IFLA_BAREUDP_ETHERTYPE] = { .type = NLA_U16 }, 562 [IFLA_BAREUDP_SRCPORT_MIN] = { .type = NLA_U16 },
|