L2TP_ATTR_UDP_SPORT  218 net/l2tp/l2tp_netlink.c 		if (info->attrs[L2TP_ATTR_UDP_SPORT])
L2TP_ATTR_UDP_SPORT  219 net/l2tp/l2tp_netlink.c 			cfg.local_udp_port = nla_get_u16(info->attrs[L2TP_ATTR_UDP_SPORT]);
L2TP_ATTR_UDP_SPORT  405 net/l2tp/l2tp_netlink.c 		if (nla_put_u16(skb, L2TP_ATTR_UDP_SPORT, ntohs(inet->inet_sport)) ||
L2TP_ATTR_UDP_SPORT  885 net/l2tp/l2tp_netlink.c 	[L2TP_ATTR_UDP_SPORT]		= { .type = NLA_U16, },