L2TP_ATTR_CONN_ID   61 net/l2tp/l2tp_netlink.c 		   (info->attrs[L2TP_ATTR_CONN_ID])) {
L2TP_ATTR_CONN_ID   62 net/l2tp/l2tp_netlink.c 		tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
L2TP_ATTR_CONN_ID  171 net/l2tp/l2tp_netlink.c 	if (!info->attrs[L2TP_ATTR_CONN_ID]) {
L2TP_ATTR_CONN_ID  175 net/l2tp/l2tp_netlink.c 	tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
L2TP_ATTR_CONN_ID  269 net/l2tp/l2tp_netlink.c 	if (!info->attrs[L2TP_ATTR_CONN_ID]) {
L2TP_ATTR_CONN_ID  273 net/l2tp/l2tp_netlink.c 	tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
L2TP_ATTR_CONN_ID  299 net/l2tp/l2tp_netlink.c 	if (!info->attrs[L2TP_ATTR_CONN_ID]) {
L2TP_ATTR_CONN_ID  303 net/l2tp/l2tp_netlink.c 	tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
L2TP_ATTR_CONN_ID  339 net/l2tp/l2tp_netlink.c 	    nla_put_u32(skb, L2TP_ATTR_CONN_ID, tunnel->tunnel_id) ||
L2TP_ATTR_CONN_ID  444 net/l2tp/l2tp_netlink.c 	if (!info->attrs[L2TP_ATTR_CONN_ID]) {
L2TP_ATTR_CONN_ID  449 net/l2tp/l2tp_netlink.c 	tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
L2TP_ATTR_CONN_ID  519 net/l2tp/l2tp_netlink.c 	if (!info->attrs[L2TP_ATTR_CONN_ID]) {
L2TP_ATTR_CONN_ID  524 net/l2tp/l2tp_netlink.c 	tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
L2TP_ATTR_CONN_ID  715 net/l2tp/l2tp_netlink.c 	if (nla_put_u32(skb, L2TP_ATTR_CONN_ID, tunnel->tunnel_id) ||
L2TP_ATTR_CONN_ID  870 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_CONN_ID]		= { .type = NLA_U32, },