Searched refs:nla_get_u32_default (Results 1 – 18 of 18) sorted by relevance
| /linux/net/sched/ |
| H A D | act_ctinfo.c | 199 nla_get_u32_default(tb[TCA_CTINFO_PARMS_DSCP_STATEMASK], in tcf_ctinfo_init()
|
| H A D | act_mpls.c | 289 p->tcfm_label = nla_get_u32_default(tb[TCA_MPLS_LABEL], in tcf_mpls_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 | 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 | 1845 taprio_flags = nla_get_u32_default(tb[TCA_TAPRIO_ATTR_FLAGS], 0); in taprio_change()
|
| /linux/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 | 2710 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ip6mr_rtm_getroute()
|
| H A D | addrconf.c | 4794 ifa_flags = nla_get_u32_default(tb[IFA_FLAGS], ifm->ifa_flags); in inet6_rtm_deladdr() 4985 cfg.ifa_flags = nla_get_u32_default(tb[IFA_FLAGS], ifm->ifa_flags); in inet6_rtm_newaddr()
|
| /linux/net/ipv4/ |
| H A D | route.c | 3318 iif = nla_get_u32_default(tb[RTA_IIF], 0); in inet_rtm_getroute() 3319 mark = nla_get_u32_default(tb[RTA_MARK], 0); in inet_rtm_getroute() 3346 fl4.flowi4_oif = nla_get_u32_default(tb[RTA_OIF], 0); in inet_rtm_getroute()
|
| H A D | devinet.c | 920 ifa->ifa_flags = nla_get_u32_default(tb[IFA_FLAGS], ifm->ifa_flags); in inet_rtm_to_ifa()
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 657 nla_get_u32_default(a[OVS_PACKET_ATTR_UPCALL_PID], 0); in ovs_packet_cmd_execute() 2304 port_no = nla_get_u32_default(a[OVS_VPORT_ATTR_PORT_NO], 0); in ovs_vport_cmd_new()
|
| H A D | flow_netlink.c | 1904 return nla_get_u32_default(attr, 0); in ovs_nla_get_ufid_flags()
|
| /linux/include/net/ |
| H A D | netlink.h | 1744 static inline u32 nla_get_u32_default(const struct nlattr *nla, u32 defvalue) in nla_get_u32_default() function
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 876 m->m = nla_get_u32_default(attrs[XFRMA_SET_MARK_MASK], in xfrm_smark_init()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 3590 chandef->freq1_offset = nla_get_u32_default( in _nl80211_parse_chandef() 9293 nla_get_u32_default(info->attrs[NL80211_ATTR_USER_REG_HINT_TYPE], in nl80211_req_set_reg() 14960 nla_get_u32_default(pat_tb[NL80211_PKTPAT_OFFSET], in nl80211_set_wowlan() 15205 pkt_offset = nla_get_u32_default(pat_tb[NL80211_PKTPAT_OFFSET], in nl80211_parse_coalesce_rule()
|