Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dl2tp.h115 L2TP_ATTR_FD, /* int */ enumerator
/linux-6.1.9/net/l2tp/
Dl2tp_netlink.c224 if (attrs[L2TP_ATTR_FD]) { in l2tp_nl_cmd_tunnel_create()
225 fd = nla_get_u32(attrs[L2TP_ATTR_FD]); in l2tp_nl_cmd_tunnel_create()
893 [L2TP_ATTR_FD] = { .type = NLA_U32, },
/linux-6.1.9/Documentation/networking/
Dl2tp.rst112 In the ``L2TP_CMD_TUNNEL_CREATE`` command, ``L2TP_ATTR_FD`` tells the
118 l2tp" commands). If ``L2TP_ATTR_FD`` is given, it must be a socket fd
286 mnl_attr_put_u32(nlh, L2TP_ATTR_FD, tunl_sock_fd);