Home
last modified time | relevance | path

Searched refs:nla_get_u32_default (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/net/sched/
H A Dact_ctinfo.c201 nla_get_u32_default(tb[TCA_CTINFO_PARMS_DSCP_STATEMASK], in tcf_ctinfo_init()
H A Dsch_choke.c359 max_P = nla_get_u32_default(tb[TCA_CHOKE_MAX_P], 0); in choke_change()
H A Dact_mpls.c291 p->tcfm_label = nla_get_u32_default(tb[TCA_MPLS_LABEL], in tcf_mpls_init()
H A Dsch_red.c253 max_P = nla_get_u32_default(tb[TCA_RED_MAX_P], 0); in __red_change()
H A Dcls_api.c2323 chain_index = nla_get_u32_default(tca[TCA_CHAIN], 0); in tc_new_tfilter()
2534 chain_index = nla_get_u32_default(tca[TCA_CHAIN], 0); in tc_del_tfilter()
2692 chain_index = nla_get_u32_default(tca[TCA_CHAIN], 0); in tc_get_tfilter()
3135 chain_index = nla_get_u32_default(tca[TCA_CHAIN], 0); in tc_ctl_chain()
H A Dsch_gred.c671 max_P = nla_get_u32_default(tb[TCA_GRED_MAX_P], 0); in gred_change()
H A Dsch_qfq.c429 weight = nla_get_u32_default(tb[TCA_QFQ_WEIGHT], 1); in qfq_change_class()
H A Dsch_taprio.c1831 taprio_flags = nla_get_u32_default(tb[TCA_TAPRIO_ATTR_FLAGS], 0); in taprio_change()
/linux-6.15/net/ipv6/
H A Dioam6.c138 data32 = nla_get_u32_default(info->attrs[IOAM6_ATTR_NS_DATA], in ioam6_genl_addns()
H A Dip6mr.c2583 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ip6mr_rtm_getroute()
H A Daddrconf.c4798 ifa_flags = nla_get_u32_default(tb[IFA_FLAGS], ifm->ifa_flags); in inet6_rtm_deladdr()
4989 cfg.ifa_flags = nla_get_u32_default(tb[IFA_FLAGS], ifm->ifa_flags); in inet6_rtm_newaddr()
/linux-6.15/net/ipv4/
H A Droute.c3298 iif = nla_get_u32_default(tb[RTA_IIF], 0); in inet_rtm_getroute()
3299 mark = nla_get_u32_default(tb[RTA_MARK], 0); in inet_rtm_getroute()
3326 fl4.flowi4_oif = nla_get_u32_default(tb[RTA_OIF], 0); in inet_rtm_getroute()
H A Dnexthop.c3287 *op_flags = nla_get_u32_default(tb[NHA_OP_FLAGS], 0); in nh_valid_get_del_req()
3472 filter->op_flags = nla_get_u32_default(tb[NHA_OP_FLAGS], 0); in nh_valid_dump_req()
H A Ddevinet.c921 ifa->ifa_flags = nla_get_u32_default(tb[IFA_FLAGS], ifm->ifa_flags); in inet_rtm_to_ifa()
H A Dipmr.c2569 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ipmr_rtm_getroute()
/linux-6.15/include/net/
H A Dnetlink.h1708 static inline u32 nla_get_u32_default(const struct nlattr *nla, u32 defvalue) in nla_get_u32_default() function
/linux-6.15/net/openvswitch/
H A Ddatapath.c2274 port_no = nla_get_u32_default(a[OVS_VPORT_ATTR_PORT_NO], 0); in ovs_vport_cmd_new()
H A Dflow_netlink.c1941 return nla_get_u32_default(attr, 0); in ovs_nla_get_ufid_flags()
/linux-6.15/net/ieee802154/
H A Dnl802154.c1446 nla_get_u32_default(info->attrs[NL802154_ATTR_SCAN_CHANNELS], in nl802154_trigger_scan()
/linux-6.15/net/xfrm/
H A Dxfrm_user.c844 m->m = nla_get_u32_default(attrs[XFRMA_SET_MARK_MASK], in xfrm_smark_init()
/linux-6.15/net/wireless/
H A Dnl80211.c3441 nla_get_u32_default(attrs[NL80211_ATTR_CENTER_FREQ1_OFFSET], in _nl80211_parse_chandef()
8276 nla_get_u32_default(info->attrs[NL80211_ATTR_USER_REG_HINT_TYPE], in nl80211_req_set_reg()
13922 nla_get_u32_default(pat_tb[NL80211_PKTPAT_OFFSET], in nl80211_set_wowlan()
14167 pkt_offset = nla_get_u32_default(pat_tb[NL80211_PKTPAT_OFFSET], in nl80211_parse_coalesce_rule()
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c1239 *nhid = nla_get_u32_default(tb[NDA_NH_ID], 0); in vxlan_fdb_parse()