Home
last modified time | relevance | path

Searched refs:nla_get_s32_default (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/sched/
H A Dact_gate.c193 entry->ipv = nla_get_s32_default(tb[TCA_GATE_ENTRY_IPV], -1); in fill_gate_entry()
195 entry->maxoctets = nla_get_s32_default(tb[TCA_GATE_ENTRY_MAX_OCTETS], in fill_gate_entry()
/linux-6.15/net/openvswitch/
H A Ddatapath.c1831 parms.desired_ifindex = nla_get_s32_default(a[OVS_DP_ATTR_IFINDEX], 0); in ovs_dp_cmd_new()
2311 parms.desired_ifindex = nla_get_s32_default(a[OVS_VPORT_ATTR_IFINDEX], in ovs_vport_cmd_new()
/linux-6.15/include/net/
H A Dnetlink.h1977 static inline s32 nla_get_s32_default(const struct nlattr *nla, s32 defvalue) in nla_get_s32_default() function
/linux-6.15/net/core/
H A Drtnetlink.c3041 new_ifindex = nla_get_s32_default(tb[IFLA_NEW_IFINDEX], 0); in do_setlink()