Home
last modified time | relevance | path

Searched refs:NLA_U16 (Results 1 – 25 of 86) sorted by relevance

1234

/Linux-v4.19/net/ieee802154/
Dnl_policy.c29 [IEEE802154_ATTR_SHORT_ADDR] = { .type = NLA_U16, },
31 [IEEE802154_ATTR_PAN_ID] = { .type = NLA_U16, },
34 [IEEE802154_ATTR_COORD_SHORT_ADDR] = { .type = NLA_U16, },
36 [IEEE802154_ATTR_COORD_PAN_ID] = { .type = NLA_U16, },
37 [IEEE802154_ATTR_SRC_SHORT_ADDR] = { .type = NLA_U16, },
39 [IEEE802154_ATTR_SRC_PAN_ID] = { .type = NLA_U16, },
40 [IEEE802154_ATTR_DEST_SHORT_ADDR] = { .type = NLA_U16, },
42 [IEEE802154_ATTR_DEST_PAN_ID] = { .type = NLA_U16, },
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_netlink.c40 [IFLA_IPOIB_PKEY] = { .type = NLA_U16 },
41 [IFLA_IPOIB_MODE] = { .type = NLA_U16 },
42 [IFLA_IPOIB_UMCAST] = { .type = NLA_U16 },
/Linux-v4.19/net/netfilter/ipset/
Dip_set_bitmap_port.c274 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
275 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 },
280 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
281 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 },
290 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipport.c361 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
362 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 },
373 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipportip.c376 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
377 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 },
388 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_netport.c480 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
481 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 },
493 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_ipportnet.c534 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
535 [IPSET_ATTR_PORT_TO] = { .type = NLA_U16 },
548 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
Dip_set_hash_mac.c152 [IPSET_ATTR_SKBQUEUE] = { .type = NLA_U16 },
/Linux-v4.19/net/netfilter/
Dnft_queue.c75 [NFTA_QUEUE_NUM] = { .type = NLA_U16 },
76 [NFTA_QUEUE_TOTAL] = { .type = NLA_U16 },
77 [NFTA_QUEUE_FLAGS] = { .type = NLA_U16 },
Dnft_log.c125 [NFTA_LOG_GROUP] = { .type = NLA_U16 },
129 [NFTA_LOG_QTHRESHOLD] = { .type = NLA_U16 },
/Linux-v4.19/net/sched/
Dcls_flower.c412 [TCA_FLOWER_KEY_ETH_TYPE] = { .type = NLA_U16 },
422 [TCA_FLOWER_KEY_TCP_SRC] = { .type = NLA_U16 },
423 [TCA_FLOWER_KEY_TCP_DST] = { .type = NLA_U16 },
424 [TCA_FLOWER_KEY_UDP_SRC] = { .type = NLA_U16 },
425 [TCA_FLOWER_KEY_UDP_DST] = { .type = NLA_U16 },
426 [TCA_FLOWER_KEY_VLAN_ID] = { .type = NLA_U16 },
428 [TCA_FLOWER_KEY_VLAN_ETH_TYPE] = { .type = NLA_U16 },
438 [TCA_FLOWER_KEY_TCP_SRC_MASK] = { .type = NLA_U16 },
439 [TCA_FLOWER_KEY_TCP_DST_MASK] = { .type = NLA_U16 },
440 [TCA_FLOWER_KEY_UDP_SRC_MASK] = { .type = NLA_U16 },
[all …]
Dact_meta_skbtcindex.c49 .metatype = NLA_U16,
Dact_vlan.c100 [TCA_VLAN_PUSH_VLAN_ID] = { .type = NLA_U16 },
101 [TCA_VLAN_PUSH_VLAN_PROTOCOL] = { .type = NLA_U16 },
/Linux-v4.19/drivers/infiniband/core/
Diwpm_msg.c343 [IWPM_NLA_RREG_ULIB_VER] = { .type = NLA_U16 },
344 [IWPM_NLA_RREG_PID_ERR] = { .type = NLA_U16 }
409 [IWPM_NLA_RMANAGE_MAPPING_ERR] = { .type = NLA_U16 }
480 [IWPM_NLA_RQUERY_MAPPING_ERR] = { .type = NLA_U16 }
635 [IWPM_NLA_MAPINFO_ULIB_VER] = { .type = NLA_U16 }
712 [IWPM_NLA_ERR_CODE] = { .type = NLA_U16 },
/Linux-v4.19/tools/lib/bpf/
Dnlattr.h28 NLA_U16, /**< 16 bit integer */ enumerator
Dnlattr.c22 [NLA_U16] = sizeof(uint16_t),
/Linux-v4.19/net/batman-adv/
Dnetlink.c87 [BATADV_ATTR_TT_VID] = { .type = NLA_U16 },
99 [BATADV_ATTR_BLA_VID] = { .type = NLA_U16 },
101 [BATADV_ATTR_BLA_CRC] = { .type = NLA_U16 },
104 [BATADV_ATTR_DAT_CACHE_VID] = { .type = NLA_U16 },
/Linux-v4.19/net/l2tp/
Dl2tp_netlink.c866 [L2TP_ATTR_PW_TYPE] = { .type = NLA_U16, },
867 [L2TP_ATTR_ENCAP_TYPE] = { .type = NLA_U16, },
868 [L2TP_ATTR_OFFSET] = { .type = NLA_U16, },
878 [L2TP_ATTR_VLAN_ID] = { .type = NLA_U16, },
888 [L2TP_ATTR_UDP_SPORT] = { .type = NLA_U16, },
889 [L2TP_ATTR_UDP_DPORT] = { .type = NLA_U16, },
890 [L2TP_ATTR_MTU] = { .type = NLA_U16, },
891 [L2TP_ATTR_MRU] = { .type = NLA_U16, },
/Linux-v4.19/net/hsr/
Dhsr_netlink.c28 [IFLA_HSR_SEQ_NR] = { .type = NLA_U16 },
131 [HSR_A_IF1_SEQ] = { .type = NLA_U16 },
132 [HSR_A_IF2_SEQ] = { .type = NLA_U16 },
/Linux-v4.19/net/ipv4/
Dipip.c620 [IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },
621 [IFLA_IPTUN_ENCAP_FLAGS] = { .type = NLA_U16 },
622 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
623 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
Dip_gre.c1528 [IFLA_GRE_IFLAGS] = { .type = NLA_U16 },
1529 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 },
1537 [IFLA_GRE_ENCAP_TYPE] = { .type = NLA_U16 },
1538 [IFLA_GRE_ENCAP_FLAGS] = { .type = NLA_U16 },
1539 [IFLA_GRE_ENCAP_SPORT] = { .type = NLA_U16 },
1540 [IFLA_GRE_ENCAP_DPORT] = { .type = NLA_U16 },
1547 [IFLA_GRE_ERSPAN_HWID] = { .type = NLA_U16 },
/Linux-v4.19/net/bridge/
Dbr_netlink_tunnel.c196 [IFLA_BRIDGE_VLAN_TUNNEL_VID] = { .type = NLA_U16 },
197 [IFLA_BRIDGE_VLAN_TUNNEL_FLAGS] = { .type = NLA_U16 },
/Linux-v4.19/net/8021q/
Dvlan_netlink.c22 [IFLA_VLAN_ID] = { .type = NLA_U16 },
26 [IFLA_VLAN_PROTOCOL] = { .type = NLA_U16 },
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dtestmode.c28 [WCN36XX_TM_ATTR_CMD] = { .type = NLA_U16 },
/Linux-v4.19/drivers/net/bonding/
Dbond_netlink.c110 [IFLA_BOND_AD_ACTOR_SYS_PRIO] = { .type = NLA_U16 },
111 [IFLA_BOND_AD_USER_PORT_KEY] = { .type = NLA_U16 },
118 [IFLA_BOND_SLAVE_QUEUE_ID] = { .type = NLA_U16 },

1234