Searched refs:nla_find_nested (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/openvswitch/ |
D | vport-vxlan.c | 104 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in vxlan_tnl_create() 117 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-v4.19/drivers/block/drbd/ |
D | drbd_nla.c | 54 return nla_find_nested(nla, attrtype); in drbd_nla_find_nested()
|
/Linux-v4.19/net/netlabel/ |
D | netlabel_cipso_v4.c | 224 lvl_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std() 226 lvl_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std() 300 cat_loc = nla_find_nested(nla_a, in netlbl_cipsov4_add_std() 302 cat_rem = nla_find_nested(nla_a, in netlbl_cipsov4_add_std()
|
/Linux-v4.19/include/net/ |
D | netlink.h | 745 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() function
|
/Linux-v4.19/net/core/ |
D | filter.c | 166 nla = nla_find_nested(nla, x); in BPF_CALL_3()
|