Searched refs:nla_find_nested (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_nla.c | 53 return nla_find_nested(nla, attrtype); in drbd_nla_find_nested()
|
/linux-4.1.27/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.1.27/net/openvswitch/ |
D | vport-vxlan.c | 166 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in vxlan_tnl_create() 183 a = nla_find_nested(options, OVS_TUNNEL_ATTR_EXTENSION); in vxlan_tnl_create()
|
D | vport-geneve.c | 142 a = nla_find_nested(options, OVS_TUNNEL_ATTR_DST_PORT); in geneve_tnl_create()
|
/linux-4.1.27/include/net/ |
D | netlink.h | 719 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() function
|
/linux-4.1.27/net/core/ |
D | filter.c | 135 nla = nla_find_nested(nla, x); in __skb_get_nlattr_nest()
|
/linux-4.1.27/drivers/net/ethernet/rocker/ |
D | rocker.c | 4153 attr = nla_find_nested(protinfo, IFLA_BRPORT_LEARNING); in rocker_port_bridge_setlink() 4166 attr = nla_find_nested(protinfo, IFLA_BRPORT_LEARNING_SYNC); in rocker_port_bridge_setlink()
|