Home
last modified time | relevance | path

Searched refs:L2TP_ATTR_UDP_SPORT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dl2tp.h120 L2TP_ATTR_UDP_SPORT, /* u16 */ enumerator
/Linux-v5.4/net/l2tp/
Dl2tp_netlink.c218 if (info->attrs[L2TP_ATTR_UDP_SPORT]) in l2tp_nl_cmd_tunnel_create()
219 cfg.local_udp_port = nla_get_u16(info->attrs[L2TP_ATTR_UDP_SPORT]); in l2tp_nl_cmd_tunnel_create()
405 if (nla_put_u16(skb, L2TP_ATTR_UDP_SPORT, ntohs(inet->inet_sport)) || in l2tp_nl_tunnel_send()
885 [L2TP_ATTR_UDP_SPORT] = { .type = NLA_U16, },