Searched refs:L2TP_ATTR_FD (Results 1 – 3 of 3) sorted by relevance
115 L2TP_ATTR_FD, /* int */ enumerator
224 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, },
112 In the ``L2TP_CMD_TUNNEL_CREATE`` command, ``L2TP_ATTR_FD`` tells the118 l2tp" commands). If ``L2TP_ATTR_FD`` is given, it must be a socket fd286 mnl_attr_put_u32(nlh, L2TP_ATTR_FD, tunl_sock_fd);
Completed in 6 milliseconds