Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dl2tp.h121 L2TP_ATTR_UDP_DPORT, /* u16 */ enumerator
/linux-4.4.14/net/l2tp/
Dl2tp_netlink.c228 if (info->attrs[L2TP_ATTR_UDP_DPORT]) in l2tp_nl_cmd_tunnel_create()
229 cfg.peer_udp_port = nla_get_u16(info->attrs[L2TP_ATTR_UDP_DPORT]); in l2tp_nl_cmd_tunnel_create()
382 nla_put_u16(skb, L2TP_ATTR_UDP_DPORT, ntohs(inet->inet_dport)) || in l2tp_nl_tunnel_send()
878 [L2TP_ATTR_UDP_DPORT] = { .type = NLA_U16, },