Lines Matching full:netlink
92 Netlink API
95 L2TP applications use netlink to manage L2TP tunnel and session
96 instances in the kernel. The L2TP netlink API is defined in
99 L2TP uses `Generic Netlink`_ (GENL). Several commands are defined:
102 netlink attribute types that can be used with each command.
108 attributes. If netlink is used to manage L2TPv2 tunnel and session
258 netlink command and attribute definitions.
262 - Open L2TP netlink socket::
312 /* there are other session options which can be set using netlink
484 The ppp<ifunit> interface can then be configured as usual with netlink's
542 implemented only L2TPv2 and did not include a netlink API. Instead,
547 being created by a separate netlink request:
561 L2TPv2 applications should use netlink to first create the tunnel and
571 configuration is done using netlink. There is no need for an L2TP
574 ``L2TP_CMD_TUNNEL_CREATE`` netlink request. The ``ip`` utility of
597 problems. Applications should instead use the netlink API.
707 it must consider racing with netlink session create/destroy requests
719 L2TP Ethernet sessions are created and destroyed by netlink request,
762 pair per VLAN session. The netlink attribute
777 .. _Generic Netlink: generic_netlink.html