xdp_
options
rustix
1.0.7
xdp_
options
Sections
References
In rustix::
net::
sockopt
Enums
Timeout
Functions
ip_freebind
ip_mtu
ip_multicast_if
ip_multicast_loop
ip_multicast_ttl
ip_original_dst
ip_recvtos
ip_tos
ip_ttl
ipv6_freebind
ipv6_mtu
ipv6_multicast_hops
ipv6_multicast_if
ipv6_multicast_loop
ipv6_original_dst
ipv6_recvtclass
ipv6_tclass
ipv6_unicast_hops
ipv6_v6only
set_ip_add_membership
set_ip_add_membership_with_ifindex
set_ip_add_source_membership
set_ip_drop_membership
set_ip_drop_membership_with_ifindex
set_ip_drop_source_membership
set_ip_freebind
set_ip_multicast_if
set_ip_multicast_if_with_ifindex
set_ip_multicast_loop
set_ip_multicast_ttl
set_ip_recvtos
set_ip_tos
set_ip_ttl
set_ipv6_add_membership
set_ipv6_drop_membership
set_ipv6_freebind
set_ipv6_multicast_hops
set_ipv6_multicast_if
set_ipv6_multicast_loop
set_ipv6_recvtclass
set_ipv6_tclass
set_ipv6_unicast_hops
set_ipv6_v6only
set_socket_broadcast
set_socket_incoming_cpu
set_socket_keepalive
set_socket_linger
set_socket_oobinline
set_socket_passcred
set_socket_recv_buffer_size
set_socket_recv_buffer_size_force
set_socket_reuseaddr
set_socket_reuseport
set_socket_send_buffer_size
set_socket_send_buffer_size_force
set_socket_timeout
set_tcp_congestion
set_tcp_cork
set_tcp_keepcnt
set_tcp_keepidle
set_tcp_keepintvl
set_tcp_nodelay
set_tcp_quickack
set_tcp_thin_linear_timeouts
set_tcp_user_timeout
set_xdp_rx_ring_size
set_xdp_tx_ring_size
set_xdp_umem_completion_ring_size
set_xdp_umem_fill_ring_size
set_xdp_umem_reg
socket_acceptconn
socket_broadcast
socket_cookie
socket_domain
socket_error
socket_incoming_cpu
socket_keepalive
socket_linger
socket_oobinline
socket_passcred
socket_peercred
socket_protocol
socket_recv_buffer_size
socket_reuseaddr
socket_reuseport
socket_send_buffer_size
socket_timeout
socket_type
tcp_congestion
tcp_cork
tcp_keepcnt
tcp_keepidle
tcp_keepintvl
tcp_nodelay
tcp_quickack
tcp_thin_linear_timeouts
tcp_user_timeout
xdp_mmap_offsets
xdp_options
xdp_statistics
rustix
::
net
::
sockopt
Function
xdp_options
Copy item path
Settings
Help
Summary
Source
pub fn xdp_options<Fd:
AsFd
>(fd: Fd) ->
Result
<
XdpOptionsFlags
>
Expand description
getsockopt(fd, SOL_XDP, XDP_OPTIONS)
§
References
Linux