Home
last modified time | relevance | path

Searched full:genl (Results 1 – 22 of 22) sorted by relevance

/linux/tools/lib/thermal/
H A Dthermal_nl.h7 #include <netlink/genl/genl.h>
8 #include <netlink/genl/mngt.h>
9 #include <netlink/genl/ctrl.h>
H A Dlibthermal.pc.template9 Requires: libnl-3.0 libnl-genl-3.0
11 Libs: -L${libdir} -lnl-genl-3 -lnl-3 -lthermal
/linux/tools/testing/selftests/net/ovpn/
H A DMakefile7 VAR_CFLAGS = $(shell pkg-config --cflags libnl-3.0 libnl-genl-3.0 2>/dev/null)
19 NL_LDLIBS = $(shell pkg-config --libs libnl-3.0 libnl-genl-3.0 2>/dev/null)
21 NL_LDLIBS = -lnl-genl-3 -lnl-3
H A Dovpn-cli.c27 #include <netlink/genl/genl.h>
28 #include <netlink/genl/family.h>
29 #include <netlink/genl/ctrl.h>
/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c22 * libnl-genl-3-dev
27 * apt install libnl-3-dev libnl-genl-3-dev
42 #include <netlink/genl/genl.h>
43 #include <netlink/genl/family.h>
44 #include <netlink/genl/ctrl.h>
/linux/tools/thermal/lib/
H A Dlibthermal_tools.pc.template9 Requires: libnl-3.0 libnl-genl-3.0
11 Libs: -L${libdir} -lnl-genl-3 -lnl-3
/linux/Documentation/netlink/specs/
H A Dfou.yaml10 c-family-name: fou-genl-name
11 c-version-name: fou-genl-version
H A Dtcp_metrics.yaml10 c-family-name: tcp-metrics-genl-name
11 c-version-name: tcp-metrics-genl-version
/linux/net/core/
H A DMakefile16 netdev-genl.o netdev-genl-gen.o netdev_work.o gso.o
H A Dnetdev-genl-gen.c10 #include "netdev-genl-gen.h"
H A Dnetdev-genl.c18 #include "netdev-genl-gen.h"
/linux/net/handshake/
H A DMakefile11 handshake-y := alert.o genl.o netlink.o request.o tlshd.o trace.o
H A Dnetlink.c25 #include "genl.h"
/linux/net/batman-adv/
H A Dnetlink.c198 * batadv_netlink_set_mesh_ap_isolation() - Set ap_isolation from genl msg
1162 * batadv_netlink_get_meshif_from_info() - Get mesh-iface from genl attributes
1243 * batadv_netlink_get_hardif_from_info() - Get hard-iface from genl attributes
1288 * batadv_get_vlan_from_info() - Retrieve vlan from genl attributes
1316 * batadv_pre_doit() - Prepare batman-adv genl doit request
1385 * batadv_post_doit() - End batman-adv genl doit request
1558 * batadv_netlink_register() - register batadv genl netlink family
1574 * batadv_netlink_unregister() - unregister batadv genl netlink family
/linux/tools/thermal/thermal-engine/
H A DMakefile20 LDFLAGS += -lnl-genl-3 -lnl-3
/linux/Documentation/networking/
H A Dl2tp.rst99 L2TP uses `Generic Netlink`_ (GENL). Several commands are defined:
277 nlh->nlmsg_type = genl_id; /* assigned to genl socket */
298 nlh->nlmsg_type = genl_id; /* assigned to genl socket */
322 nlh->nlmsg_type = genl_id; /* assigned to genl socket */
340 nlh->nlmsg_type = genl_id; /* assigned to genl socket */
/linux/net/tipc/
H A Dnetlink.c153 * so we have a separate genl handling for the new API.
/linux/net/netlink/
H A Dgenetlink.c1481 /* genl is still initialising */ in genl_ctrl_event()
1891 panic("GENL: Cannot initialize generic netlink\n"); in genl_pernet_init()
1925 panic("GENL: Cannot register controller: %d\n", err); in genl_init()
/linux/include/net/
H A Dgenetlink.h282 * @op: generic netlink ops - for internal genl code usage
/linux/net/l2tp/
H A Dl2tp_netlink.c43 /* Accessed under genl lock */
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py2985 ' | '.join([c_upper('genl-dont-validate-' + x)
2999 members.append(('flags', ' | '.join([c_upper('genl-' + x) for x in op['flags']])))
3025 ' | '.join([c_upper('genl-dont-validate-' + x)
3044 members.append(('flags', ' | '.join([c_upper('genl-' + x) for x in flags])))
/linux/net/wireless/
H A Dnl80211.c14367 * (enforced by GENL_UNS_ADMIN_PERM on the genl op). Mirror the in nl80211_wiphy_netns()