Home
last modified time | relevance | path

Searched refs:nla_find_nested (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/net/openvswitch/
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()
Dvport-geneve.c67 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in geneve_tnl_create()
/linux-6.1.9/drivers/block/drbd/
Ddrbd_nla.c55 return nla_find_nested(nla, attrtype); in drbd_nla_find_nested()
/linux-6.1.9/net/netlabel/
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()
/linux-6.1.9/include/net/
Dnetlink.h1204 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() function
/linux-6.1.9/net/core/
Dfilter.c205 nla = nla_find_nested(nla, x); in BPF_CALL_3()