Searched refs:nla_find_nested (Results 1 – 6 of 6) sorted by relevance
/linux/net/openvswitch/ |
H A D | vport-vxlan.c | 91 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 D | vport-geneve.c | 67 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in geneve_tnl_create()
|
/linux/net/netlabel/ |
H A D | netlabel_cipso_v4.c | 213 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/drivers/block/drbd/ |
H A D | drbd_nla.c | 55 return nla_find_nested(nla, attrtype); in drbd_nla_find_nested()
|
/linux/net/core/ |
H A D | filter.c | 214 nla = nla_find_nested(nla, x); in BPF_CALL_3()
|
/linux/net/wireless/ |
H A D | nl80211.c | 11409 nla_find_nested(link, NL80211_ATTR_MLO_LINK_ID); in nl80211_associate()
|