Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dl2tp.h121 L2TP_ATTR_UDP_DPORT, /* u16 */ enumerator
/linux/net/l2tp/
A Dl2tp_netlink.c162 if (attrs[L2TP_ATTR_UDP_DPORT]) in l2tp_nl_cmd_tunnel_create_get_addr()
163 cfg->peer_udp_port = nla_get_u16(attrs[L2TP_ATTR_UDP_DPORT]); in l2tp_nl_cmd_tunnel_create_get_addr()
332 nla_put_u16(skb, L2TP_ATTR_UDP_DPORT, ntohs(inet->inet_dport))) in l2tp_nl_tunnel_send_addr6()
354 nla_put_u16(skb, L2TP_ATTR_UDP_DPORT, ntohs(inet->inet_dport))) in l2tp_nl_tunnel_send_addr4()
897 [L2TP_ATTR_UDP_DPORT] = { .type = NLA_U16, },
/linux/Documentation/networking/
A Dl2tp.rst116 ``L2TP_ATTR_UDP_SPORT``, ``L2TP_ATTR_UDP_DPORT`` attributes. Kernel

Completed in 7 milliseconds