Searched refs:NLA_POLICY_FULL_RANGE (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | ioam6_iptunnel.c | 70 [IOAM6_IPTUNNEL_FREQ_K] = NLA_POLICY_FULL_RANGE(NLA_U32, &freq_range), 71 [IOAM6_IPTUNNEL_FREQ_N] = NLA_POLICY_FULL_RANGE(NLA_U32, &freq_range),
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 330 [MDBE_ATTR_VNI] = NLA_POLICY_FULL_RANGE(NLA_U32, &vni_range), 332 [MDBE_ATTR_SRC_VNI] = NLA_POLICY_FULL_RANGE(NLA_U32, &vni_range),
|
/openbmc/linux/net/sched/ |
H A D | sch_fq_pie.c | 218 NLA_POLICY_FULL_RANGE(NLA_U32, &fq_pie_q_range),
|
H A D | sch_fq.c | 792 [TCA_FQ_INITIAL_QUANTUM] = NLA_POLICY_FULL_RANGE(NLA_U32, &iq_range),
|
H A D | sch_qfq.c | 223 [TCA_QFQ_LMAX] = NLA_POLICY_FULL_RANGE(NLA_U32, &lmax_range),
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_netlink.c | 122 [IFLA_BOND_PEER_NOTIF_DELAY] = NLA_POLICY_FULL_RANGE(NLA_U32, &delay_range),
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 411 #define NLA_POLICY_FULL_RANGE(tp, _range) { \ macro
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 757 [NL80211_ATTR_TXQ_QUANTUM] = NLA_POLICY_FULL_RANGE(NLA_U32, &q_range), 819 NLA_POLICY_FULL_RANGE(NLA_U32, &nl80211_punct_bitmap_range),
|