Home
last modified time | relevance | path

Searched refs:NLA_POLICY_FULL_RANGE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dioam6_iptunnel.c70 [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 Dvxlan_mdb.c330 [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 Dsch_fq_pie.c218 NLA_POLICY_FULL_RANGE(NLA_U32, &fq_pie_q_range),
H A Dsch_fq.c792 [TCA_FQ_INITIAL_QUANTUM] = NLA_POLICY_FULL_RANGE(NLA_U32, &iq_range),
H A Dsch_qfq.c223 [TCA_QFQ_LMAX] = NLA_POLICY_FULL_RANGE(NLA_U32, &lmax_range),
/openbmc/linux/drivers/net/bonding/
H A Dbond_netlink.c122 [IFLA_BOND_PEER_NOTIF_DELAY] = NLA_POLICY_FULL_RANGE(NLA_U32, &delay_range),
/openbmc/linux/include/net/
H A Dnetlink.h411 #define NLA_POLICY_FULL_RANGE(tp, _range) { \ macro
/openbmc/linux/net/wireless/
H A Dnl80211.c757 [NL80211_ATTR_TXQ_QUANTUM] = NLA_POLICY_FULL_RANGE(NLA_U32, &q_range),
819 NLA_POLICY_FULL_RANGE(NLA_U32, &nl80211_punct_bitmap_range),