Home
last modified time | relevance | path

Searched refs:NLA_U32 (Results 1 – 25 of 50) sorted by relevance

12

/third_party/libnl/lib/netfilter/
Dlog_msg.c36 [NFULA_MARK] = { .type = NLA_U32 },
40 [NFULA_IFINDEX_INDEV] = { .type = NLA_U32 },
41 [NFULA_IFINDEX_OUTDEV] = { .type = NLA_U32 },
42 [NFULA_IFINDEX_PHYSINDEV] = { .type = NLA_U32 },
43 [NFULA_IFINDEX_PHYSOUTDEV] = { .type = NLA_U32 },
49 [NFULA_UID] = { .type = NLA_U32 },
50 [NFULA_GID] = { .type = NLA_U32 },
51 [NFULA_SEQ] = { .type = NLA_U32 },
52 [NFULA_SEQ_GLOBAL] = { .type = NLA_U32 },
Dqueue_msg.c39 [NFQA_MARK] = { .type = NLA_U32 },
43 [NFQA_IFINDEX_INDEV] = { .type = NLA_U32 },
44 [NFQA_IFINDEX_OUTDEV] = { .type = NLA_U32 },
45 [NFQA_IFINDEX_PHYSINDEV] = { .type = NLA_U32 },
46 [NFQA_IFINDEX_PHYSOUTDEV] = { .type = NLA_U32 },
Dct.c39 [CTA_STATUS] = { .type = NLA_U32 },
43 [CTA_TIMEOUT] = { .type = NLA_U32 },
44 [CTA_MARK] = { .type = NLA_U32 },
47 [CTA_USE] = { .type = NLA_U32 },
48 [CTA_ID] = { .type = NLA_U32 },
59 [CTA_IP_V4_SRC] = { .type = NLA_U32 },
60 [CTA_IP_V4_DST] = { .type = NLA_U32 },
93 [CTA_COUNTERS32_PACKETS]= { .type = NLA_U32 },
94 [CTA_COUNTERS32_BYTES] = { .type = NLA_U32 },
Dexp.c39 [CTA_EXPECT_TIMEOUT] = { .type = NLA_U32 },
40 [CTA_EXPECT_ID] = { .type = NLA_U32 },
43 [CTA_EXPECT_FLAGS] = { .type = NLA_U32 }, // Added in kernel 2.6.37
44 [CTA_EXPECT_CLASS] = { .type = NLA_U32 }, // Added in kernel 3.5
55 [CTA_IP_V4_SRC] = { .type = NLA_U32 },
56 [CTA_IP_V4_DST] = { .type = NLA_U32 },
74 [CTA_EXPECT_NAT_DIR] = { .type = NLA_U32 },
/third_party/libnl/lib/route/qdisc/
Dfq_codel.c38 [TCA_FQ_CODEL_TARGET] = { .type = NLA_U32 },
39 [TCA_FQ_CODEL_LIMIT] = { .type = NLA_U32 },
40 [TCA_FQ_CODEL_INTERVAL] = { .type = NLA_U32 },
41 [TCA_FQ_CODEL_ECN] = { .type = NLA_U32 },
42 [TCA_FQ_CODEL_FLOWS] = { .type = NLA_U32 },
43 [TCA_FQ_CODEL_QUANTUM] = { .type = NLA_U32 },
/third_party/libnl/lib/genl/
Dctrl.c48 [CTRL_ATTR_VERSION] = { .type = NLA_U32 },
49 [CTRL_ATTR_HDRSIZE] = { .type = NLA_U32 },
50 [CTRL_ATTR_MAXATTR] = { .type = NLA_U32 },
56 [CTRL_ATTR_OP_ID] = { .type = NLA_U32 },
57 [CTRL_ATTR_OP_FLAGS] = { .type = NLA_U32 },
62 [CTRL_ATTR_MCAST_GRP_ID] = { .type = NLA_U32 },
/third_party/libnl/lib/route/link/
Dipvti.c52 [IFLA_VTI_LINK] = { .type = NLA_U32 },
53 [IFLA_VTI_IKEY] = { .type = NLA_U32 },
54 [IFLA_VTI_OKEY] = { .type = NLA_U32 },
55 [IFLA_VTI_LOCAL] = { .type = NLA_U32 },
56 [IFLA_VTI_REMOTE] = { .type = NLA_U32 },
Dipgre.c62 [IFLA_GRE_LINK] = { .type = NLA_U32 },
65 [IFLA_GRE_IKEY] = { .type = NLA_U32 },
66 [IFLA_GRE_OKEY] = { .type = NLA_U32 },
67 [IFLA_GRE_LOCAL] = { .type = NLA_U32 },
68 [IFLA_GRE_REMOTE] = { .type = NLA_U32 },
Dipip.c54 [IFLA_IPTUN_LINK] = { .type = NLA_U32 },
55 [IFLA_IPTUN_LOCAL] = { .type = NLA_U32 },
56 [IFLA_IPTUN_REMOTE] = { .type = NLA_U32 },
Dsit.c66 [IFLA_IPTUN_LINK] = { .type = NLA_U32 },
67 [IFLA_IPTUN_LOCAL] = { .type = NLA_U32 },
68 [IFLA_IPTUN_REMOTE] = { .type = NLA_U32 },
75 [IFLA_IPTUN_6RD_RELAY_PREFIX] = { .type = NLA_U32 },
Dxfrmi.c48 [IFLA_XFRM_LINK] = { .type = NLA_U32 },
49 [IFLA_XFRM_IF_ID] = { .type = NLA_U32 },
Dip6tnl.c61 [IFLA_IPTUN_LINK] = { .type = NLA_U32 },
67 [IFLA_IPTUN_FLOWINFO] = { .type = NLA_U32 },
68 [IFLA_IPTUN_FLAGS] = { .type = NLA_U32 },
Dcan.c61 [IFLA_CAN_STATE] = { .type = NLA_U32 },
63 [IFLA_CAN_RESTART_MS] = { .type = NLA_U32 },
64 [IFLA_CAN_RESTART] = { .type = NLA_U32 },
/third_party/libnl/tests/
Dtest-genl.c7 [TASKSTATS_TYPE_PID] = { .type = NLA_U32 },
8 [TASKSTATS_TYPE_TGID] = { .type = NLA_U32 },
/third_party/libnl/lib/route/cls/
Dfw.c37 [TCA_FW_CLASSID] = { .type = NLA_U32 },
40 [TCA_FW_MASK] = { .type = NLA_U32 },
Dmall.c36 [TCA_MATCHALL_CLASSID] = { .type = NLA_U32 },
37 [TCA_MATCHALL_FLAGS] = { .type = NLA_U32 },
Du32.c66 [TCA_U32_DIVISOR] = { .type = NLA_U32 },
67 [TCA_U32_HASH] = { .type = NLA_U32 },
68 [TCA_U32_CLASSID] = { .type = NLA_U32 },
69 [TCA_U32_LINK] = { .type = NLA_U32 },
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_capa.c147 [NL80211_IFACE_COMB_MAXNUM] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
149 [NL80211_IFACE_COMB_NUM_CHANNELS] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
150 [NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
154 [NL80211_IFACE_LIMIT_MAX] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
1459 [NL80211_FREQUENCY_ATTR_FREQ] = { .type = NLA_U32 }, in phy_info_freqs()
1463 [NL80211_FREQUENCY_ATTR_MAX_TX_POWER] = { .type = NLA_U32 }, in phy_info_freqs()
1464 [NL80211_FREQUENCY_ATTR_DFS_STATE] = { .type = NLA_U32 }, in phy_info_freqs()
1517 [NL80211_BITRATE_ATTR_RATE] = { .type = NLA_U32 }, in phy_info_rates()
2052 [NL80211_ATTR_REG_RULE_FLAGS] = { .type = NLA_U32 }, in nl80211_get_reg()
2053 [NL80211_ATTR_FREQ_RANGE_START] = { .type = NLA_U32 }, in nl80211_get_reg()
[all …]
/third_party/libnl/lib/route/
Dlink.c346 [IFLA_MTU] = { .type = NLA_U32 },
347 [IFLA_TXQLEN] = { .type = NLA_U32 },
348 [IFLA_LINK] = { .type = NLA_U32 },
349 [IFLA_WEIGHT] = { .type = NLA_U32 },
350 [IFLA_MASTER] = { .type = NLA_U32 },
360 [IFLA_NUM_VF] = { .type = NLA_U32 },
363 [IFLA_PROMISCUITY] = { .type = NLA_U32 },
364 [IFLA_NUM_TX_QUEUES] = { .type = NLA_U32 },
365 [IFLA_NUM_RX_QUEUES] = { .type = NLA_U32 },
366 [IFLA_GSO_MAX_SEGS] = { .type = NLA_U32 },
[all …]
Drule.c81 [FRA_TABLE] = { .type = NLA_U32 },
84 [FRA_PRIORITY] = { .type = NLA_U32 },
85 [FRA_FWMARK] = { .type = NLA_U32 },
86 [FRA_FWMASK] = { .type = NLA_U32 },
87 [FRA_GOTO] = { .type = NLA_U32 },
88 [FRA_FLOW] = { .type = NLA_U32 },
Dneightbl.c113 [NDTA_THRESH1] = { .type = NLA_U32 },
114 [NDTA_THRESH2] = { .type = NLA_U32 },
115 [NDTA_THRESH3] = { .type = NLA_U32 },
116 [NDTA_GC_INTERVAL] = { .type = NLA_U32 },
Dnh_encap_mpls.c48 [MPLS_IPTUNNEL_DST] = { .type = NLA_U32 },
/third_party/libnl/python/examples/
Dwiphy.py72 fpol[nl80211.NL80211_FREQUENCY_ATTR_FREQ].type = nl.NLA_U32
77 fpol[nl80211.NL80211_FREQUENCY_ATTR_MAX_TX_POWER].type = nl.NLA_U32
/third_party/libnl/lib/route/act/
Dskbedit.c29 [TCA_SKBEDIT_PRIORITY] = { .type = NLA_U32 },
31 [TCA_SKBEDIT_MARK] = { .type = NLA_U32 },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_capa.c152 [NL80211_IFACE_COMB_MAXNUM] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
154 [NL80211_IFACE_COMB_NUM_CHANNELS] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
155 [NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
159 [NL80211_IFACE_LIMIT_MAX] = { .type = NLA_U32 }, in wiphy_info_iface_comb_process()
1675 [NL80211_FREQUENCY_ATTR_FREQ] = { .type = NLA_U32 }, in phy_info_freqs()
1679 [NL80211_FREQUENCY_ATTR_MAX_TX_POWER] = { .type = NLA_U32 }, in phy_info_freqs()
1680 [NL80211_FREQUENCY_ATTR_DFS_STATE] = { .type = NLA_U32 }, in phy_info_freqs()
1733 [NL80211_BITRATE_ATTR_RATE] = { .type = NLA_U32 }, in phy_info_rates()
2301 [NL80211_ATTR_REG_RULE_FLAGS] = { .type = NLA_U32 }, in nl80211_get_reg()
2302 [NL80211_ATTR_FREQ_RANGE_START] = { .type = NLA_U32 }, in nl80211_get_reg()
[all …]

12