Home
last modified time | relevance | path

Searched refs:nla_find_nested (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dvport-vxlan.c91 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in vxlan_tnl_create()
104 a = nla_find_nested(options, OVS_TUNNEL_ATTR_EXTENSION); in vxlan_tnl_create()
H A Dvport-geneve.c67 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in geneve_tnl_create()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dvport-vxlan.c91 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in vxlan_tnl_create()
104 a = nla_find_nested(options, OVS_TUNNEL_ATTR_EXTENSION); in vxlan_tnl_create()
H A Dvport-geneve.c67 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in geneve_tnl_create()
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_nla.c55 return nla_find_nested(nla, attrtype); in drbd_nla_find_nested()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_nla.c55 return nla_find_nested(nla, attrtype); in drbd_nla_find_nested()
/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_cipso_v4.c213 lvl_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
215 lvl_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
290 cat_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
292 cat_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_cipso_v4.c213 lvl_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
215 lvl_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
290 cat_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
292 cat_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h154 * nla_find_nested() find attribute in nested attributes
1180 * nla_find_nested - find attribute in a set of nested attributes
1187 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() function
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h154 * nla_find_nested() find attribute in nested attributes
1226 * nla_find_nested - find attribute in a set of nested attributes
1233 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() function
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3791 peers = nla_find_nested(reqattr, NL80211_PMSR_ATTR_PEERS); in hwsim_pmsr_report_nl()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c207 nla = nla_find_nested(nla, x); in BPF_CALL_3()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c207 nla = nla_find_nested(nla, x); in BPF_CALL_3()

Completed in 43 milliseconds