Searched full:rtnetlink (Results 1 – 25 of 332) sorted by relevance
12345678910>>...14
| /linux/tools/net/ynl/ |
| H A D | Makefile.deps | 36 CFLAGS_rt-addr:=$(call get_hdr_inc,__LINUX_RTNETLINK_H,rtnetlink.h) \ 38 CFLAGS_rt-link:=$(call get_hdr_inc,__LINUX_RTNETLINK_H,rtnetlink.h) \ 40 CFLAGS_rt-neigh:=$(call get_hdr_inc,__LINUX_RTNETLINK_H,rtnetlink.h) \ 42 CFLAGS_rt-route:=$(call get_hdr_inc,__LINUX_RTNETLINK_H,rtnetlink.h) 44 CFLAGS_tc:= $(call get_hdr_inc,__LINUX_RTNETLINK_H,rtnetlink.h) \
|
| /linux/include/net/ |
| H A D | rtnetlink.h | 5 #include <linux/rtnetlink.h> 36 * struct rtnl_msg_handler - rtnetlink message type and handlers 40 * @msgtype: rtnetlink message type 75 * @src_net: Source netns of rtnetlink socket 107 * struct rtnl_link_ops - rtnetlink link operations 206 * struct rtnl_af_ops - rtnetlink address family operations
|
| H A D | bareudp.h | 8 #include <net/rtnetlink.h>
|
| H A D | rtnh.h | 5 #include <linux/rtnetlink.h>
|
| H A D | ife.h | 6 #include <linux/rtnetlink.h>
|
| H A D | gtp.h | 7 #include <net/rtnetlink.h>
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | nfnetlink_compat.h | 21 * ! This should someday be put somewhere generic as now rtnetlink and 32 * rtnetlink.h, it's time to put this in a generic file */
|
| H A D | xt_addrtype.h | 15 /* rtn_type enum values from rtnetlink.h, but shifted */
|
| /linux/tools/testing/selftests/net/ |
| H A D | Makefile | 70 rtnetlink.py \ 71 rtnetlink.sh \
|
| /linux/drivers/net/ |
| H A D | dummy.c | 39 #include <linux/rtnetlink.h> 42 #include <net/rtnetlink.h>
|
| /linux/net/openvswitch/ |
| H A D | vport-netdev.c | 13 #include <linux/rtnetlink.h> 19 #include <net/rtnetlink.h>
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | Kconfig | 19 are wifi connections through a special rtnetlink device.
|
| /linux/net/dcb/ |
| H A D | dcbevent.c | 8 #include <linux/rtnetlink.h>
|
| H A D | Kconfig | 7 features on DCB capable Ethernet adapters via rtnetlink. Say 'Y'
|
| /linux/net/ipv4/ |
| H A D | netlink.c | 3 #include <linux/rtnetlink.h>
|
| /linux/Documentation/networking/ |
| H A D | sriov.rst | 14 The old SR-IOV API is implemented in ``rtnetlink`` Netlink family as part of
|
| /linux/net/hsr/ |
| H A D | hsr_slave.h | 14 #include <linux/rtnetlink.h>
|
| /linux/net/dsa/ |
| H A D | netlink.c | 5 #include <net/rtnetlink.h>
|
| /linux/include/uapi/linux/can/ |
| H A D | gw.h | 66 /* CAN rtnetlink attribute definitions */ 157 * CAN rtnetlink attribute contents in detail
|
| /linux/drivers/net/wireguard/ |
| H A D | main.c | 18 #include <net/rtnetlink.h>
|
| /linux/net/core/ |
| H A D | netevent.c | 12 #include <linux/rtnetlink.h>
|
| /linux/net/sched/ |
| H A D | act_meta_skbtcindex.c | 13 #include <linux/rtnetlink.h>
|
| H A D | act_meta_mark.c | 13 #include <linux/rtnetlink.h>
|
| H A D | act_meta_skbprio.c | 13 #include <linux/rtnetlink.h>
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | netlink_helpers.h | 7 #include <linux/rtnetlink.h>
|
12345678910>>...14