Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dvport-vxlan.c103 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in vxlan_tnl_create()
116 a = nla_find_nested(options, OVS_TUNNEL_ATTR_EXTENSION); in vxlan_tnl_create()
Dvport-geneve.c71 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in geneve_tnl_create()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_nla.c53 return nla_find_nested(nla, attrtype); in drbd_nla_find_nested()
/linux-4.4.14/net/netlabel/
Dnetlabel_cipso_v4.c231 lvl_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
233 lvl_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
306 cat_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
308 cat_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
/linux-4.4.14/include/net/
Dnetlink.h719 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() function
/linux-4.4.14/net/core/
Dfilter.c140 nla = nla_find_nested(nla, x); in __skb_get_nlattr_nest()