Searched refs:netlink (Results 726 - 750 of 809) sorted by relevance
1...<<21222324252627282930>>...33
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_output.c | 83 #include <linux/netlink.h>
|
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_hydra.c | 31 #include <linux/can/netlink.h>
|
H A D | kvaser_usb_leaf.c | 29 #include <linux/can/netlink.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_trap.c | 6 #include <linux/netlink.h>
|
H A D | spectrum_buffers.c | 9 #include <linux/netlink.h>
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_3ad.c | 17 #include <net/netlink.h>
|
/kernel/linux/linux-6.6/kernel/ |
H A D | audit.c | 54 #include <net/netlink.h> 95 * @portid: netlink portid 194 * buffer, and locks briefly to send the buffer to the netlink layer or 488 * @portid: auditd netlink portid 490 * @skb: the netlink command from the audit daemon 491 * @ack: netlink ack flag, cleared if ack'd here 731 * @portid: the netlink destination 733 * @retry_limit: limit on number of netlink unicast failures 735 * @err_hook: hook called if the skb fails the netlink unicast send 755 * the netlink inf in kauditd_send_queue() [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | mqueue.c | 29 #include <linux/netlink.h>
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | sa_query.c | 48 #include <net/netlink.h> 1164 * If the query is still on the netlink request list, schedule in ib_sa_cancel_query()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/socionext/ |
H A D | netsec.c | 13 #include <linux/netlink.h>
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_pipapo.c | 334 #include <linux/netlink.h> 2082 * @nla: netlink attributes, ignored as size doesn't depend on them 2123 * @nla: netlink attributes 2125 * Validate number and size of fields passed as NFTA_SET_DESC_CONCAT netlink
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 24 #include <net/netlink.h> 1626 NL_SET_ERR_MSG(extack, "Failed to fill netlink attributes while adding TC action"); in tcf_get_notify() 1725 NL_SET_ERR_MSG(extack, "Failed to add new netlink message"); in tca_action_flush() 1887 NL_SET_ERR_MSG(extack, "Failed to fill netlink TC action attributes"); in tcf_del_notify() 1924 NL_SET_ERR_MSG(extack, "Invalid netlink attributes while flushing TC action"); in tca_action_gd() 1966 NL_SET_ERR_MSG(extack, "Failed to fill netlink attributes while adding TC action"); in tcf_add_notify()
|
H A D | sch_api.c | 31 #include <net/netlink.h> 1066 * When appropriate send a netlink notification using 'skb'
|
H A D | sch_htb.c | 36 #include <net/netlink.h>
|
H A D | sch_hfsc.c | 66 #include <net/netlink.h>
|
H A D | act_ct.c | 19 #include <net/netlink.h>
|
H A D | cls_u32.c | 38 #include <net/netlink.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 24 #include <linux/netlink.h>
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_diag.c | 27 #include <net/netlink.h>
|
H A D | ip_output.c | 84 #include <linux/netlink.h>
|
/kernel/linux/linux-6.6/net/core/ |
H A D | drop_monitor.c | 22 #include <linux/netlink.h> 46 * Globals, our netlink socket pointer 48 * netlink alerts 702 /* Ensure packet fits inside a single netlink attribute */ in net_dm_packet_report() 1736 pr_err("Could not create drop monitor netlink family\n"); in init_net_drop_monitor()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 16 * through netlink (RDNSS support) 61 #include <net/netlink.h>
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 65 pub use crate::sys::socket::addr::netlink::NetlinkAddr; 153 /// ([ref](https://www.man7.org/linux/man-pages/man7/netlink.7.html)) 158 /// ([ref](https://www.man7.org/linux/man-pages/man7/netlink.7.html)) 163 /// ([ref](https://www.man7.org/linux/man-pages/man7/netlink.7.html)) 168 /// ([ref](https://www.man7.org/linux/man-pages/man7/netlink.7.html)) 173 /// ([ref](https://www.man7.org/linux/man-pages/man7/netlink.7.html)) 178 /// ([ref](https://www.man7.org/linux/man-pages/man7/netlink.7.html)) 183 /// ([ref](https://www.man7.org/linux/man-pages/man7/netlink.7.html)) 188 /// ([ref](https://www.man7.org/linux/man-pages/man7/netlink.7.html)) 193 /// ([ref](https://www.man7.org/linux/man-pages/man7/netlink [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_capa.c | 12 #include <netlink/genl/genl.h>
|
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team.c | 25 #include <net/netlink.h> 2121 * rt netlink interface 2261 * Generic netlink custom interface 2924 netdev_warn(team->dev, "Failed to send options change via netlink (err %d)\n", in __team_options_change_check() 2953 netdev_warn(port->team->dev, "Failed to send port change of device %s via netlink (err %d)\n", in __team_port_change_send()
|
Completed in 64 milliseconds
1...<<21222324252627282930>>...33