Searched refs:nla_find_nested (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/openvswitch/ |
D | vport-vxlan.c | 103 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()
|
D | vport-geneve.c | 71 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in geneve_tnl_create()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_nla.c | 53 return nla_find_nested(nla, attrtype); in drbd_nla_find_nested()
|
/linux-4.4.14/net/netlabel/ |
D | netlabel_cipso_v4.c | 231 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/ |
D | netlink.h | 719 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() function
|
/linux-4.4.14/net/core/ |
D | filter.c | 140 nla = nla_find_nested(nla, x); in __skb_get_nlattr_nest()
|