| /linux-6.15/net/sched/ |
| H A D | act_ctinfo.c | 201 nla_get_u32_default(tb[TCA_CTINFO_PARMS_DSCP_STATEMASK], in tcf_ctinfo_init()
|
| H A D | sch_choke.c | 359 max_P = nla_get_u32_default(tb[TCA_CHOKE_MAX_P], 0); in choke_change()
|
| H A D | act_mpls.c | 291 p->tcfm_label = nla_get_u32_default(tb[TCA_MPLS_LABEL], in tcf_mpls_init()
|
| H A D | sch_red.c | 253 max_P = nla_get_u32_default(tb[TCA_RED_MAX_P], 0); in __red_change()
|
| H A D | cls_api.c | 2323 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 D | sch_gred.c | 671 max_P = nla_get_u32_default(tb[TCA_GRED_MAX_P], 0); in gred_change()
|
| H A D | sch_qfq.c | 429 weight = nla_get_u32_default(tb[TCA_QFQ_WEIGHT], 1); in qfq_change_class()
|
| H A D | sch_taprio.c | 1831 taprio_flags = nla_get_u32_default(tb[TCA_TAPRIO_ATTR_FLAGS], 0); in taprio_change()
|
| /linux-6.15/net/ipv6/ |
| H A D | ioam6.c | 138 data32 = nla_get_u32_default(info->attrs[IOAM6_ATTR_NS_DATA], in ioam6_genl_addns()
|
| H A D | ip6mr.c | 2583 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ip6mr_rtm_getroute()
|
| H A D | addrconf.c | 4798 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 D | route.c | 3298 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 D | nexthop.c | 3287 *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 D | devinet.c | 921 ifa->ifa_flags = nla_get_u32_default(tb[IFA_FLAGS], ifm->ifa_flags); in inet_rtm_to_ifa()
|
| H A D | ipmr.c | 2569 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ipmr_rtm_getroute()
|
| /linux-6.15/include/net/ |
| H A D | netlink.h | 1708 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 D | datapath.c | 2274 port_no = nla_get_u32_default(a[OVS_VPORT_ATTR_PORT_NO], 0); in ovs_vport_cmd_new()
|
| H A D | flow_netlink.c | 1941 return nla_get_u32_default(attr, 0); in ovs_nla_get_ufid_flags()
|
| /linux-6.15/net/ieee802154/ |
| H A D | nl802154.c | 1446 nla_get_u32_default(info->attrs[NL802154_ATTR_SCAN_CHANNELS], in nl802154_trigger_scan()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_user.c | 844 m->m = nla_get_u32_default(attrs[XFRMA_SET_MARK_MASK], in xfrm_smark_init()
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 3441 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 D | vxlan_core.c | 1239 *nhid = nla_get_u32_default(tb[NDA_NH_ID], 0); in vxlan_fdb_parse()
|