Home
last modified time | relevance | path

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

/linux-4.1.27/net/ieee802154/
Dnl802154.c76 wpan_dev_id = nla_get_u64(attrs[NL802154_ATTR_WPAN_DEV]); in __cfg802154_wpan_dev_from_attrs()
129 u64 wpan_dev_id = nla_get_u64(attrs[NL802154_ATTR_WPAN_DEV]); in __cfg802154_rdev_from_attrs()
340 state->filter_wpan_phy = nla_get_u64(tb[NL802154_ATTR_WPAN_DEV]) >> 32; in nl802154_dump_wpan_phy_parse()
584 extended_addr = (__force __le64)nla_get_u64( in nl802154_new_interface()
/linux-4.1.27/net/sched/
Dsch_tbf.c346 rate64 = nla_get_u64(tb[TCA_TBF_RATE64]); in tbf_change()
358 prate64 = nla_get_u64(tb[TCA_TBF_PRATE64]); in tbf_change()
Dsch_htb.c1481 rate64 = tb[TCA_HTB_RATE64] ? nla_get_u64(tb[TCA_HTB_RATE64]) : 0; in htb_change_class()
1483 ceil64 = tb[TCA_HTB_CEIL64] ? nla_get_u64(tb[TCA_HTB_CEIL64]) : 0; in htb_change_class()
Dsch_netem.c875 nla_get_u64(tb[TCA_NETEM_RATE64])); in netem_change()
/linux-4.1.27/include/net/
Dnetlink.h1046 static inline u64 nla_get_u64(const struct nlattr *nla) in nla_get_u64() function
1125 u64 msecs = nla_get_u64(nla); in nla_get_msecs()
/linux-4.1.27/include/linux/
Dgenl_magic_struct.h83 nla_get_u64, nla_put_u64, false)
/linux-4.1.27/net/wireless/
Dnl80211.c92 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]); in __cfg80211_wdev_from_attrs()
144 u64 wdev_id = nla_get_u64(attrs[NL80211_ATTR_WDEV]); in __cfg80211_rdev_from_attrs()
1748 state->filter_wiphy = nla_get_u64(tb[NL80211_ATTR_WDEV]) >> 32; in nl80211_dump_wiphy_parse()
8037 cookie = nla_get_u64(info->attrs[NL80211_ATTR_COOKIE]); in nl80211_cancel_remain_on_channel()
8463 cookie = nla_get_u64(info->attrs[NL80211_ATTR_COOKIE]); in nl80211_tx_mgmt_cancel_wait()
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c2733 ret_skb_ptr = nla_get_u64(info->attrs[HWSIM_ATTR_COOKIE]); in hwsim_tx_info_frame_received_nl()