queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SY...queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SY......fo argument points to a siginfo_t buffer, that buffer should be populated as described in rt_sigqueueinfo (2). If the info argument is a null pointer, this is equivalent to spec…...Safe VERSIONS C library/kernel differences On Linux, sigqueue () is implemented using the rt_sigqueueinfo (2) system call. The system call differs in its third argument, which i…...clone (2) for an explanation of thread groups. SEE ALSO clone (2), gettid (2), kill (2), rt_sigqueueinfo (2)...clone (2) for an explanation of thread groups. SEE ALSO clone (2), gettid (2), kill (2), rt_sigqueueinfo (2)...sigaction (2). Conforming to : POSIX.1-2001 and later. See also : pidfd_send_signal (2), rt_sigqueueinfo (2), sigaction (2), sigwaitinfo (2), psiginfo (3) sigset_t Include : <si…...r (2) 1.0 rseq (2) 4.18 rt_sigaction (2) 2.2 rt_sigpending (2) 2.2 rt_sigprocmask (2) 2.2 rt_sigqueueinfo (2) 2.2 rt_sigreturn (2) 2.2 rt_sigsuspend (2) 2.2 rt_sigtimedwait (2) …overview of signals NAME signal - overview of signals DESCRIPTION Linux supports both POSIX reliable signals (hereinafter "standard signals") and POSIX real-time signals. Signal di…Hierarchical Fair Service Curve NAME tc-hfcs - Hierarchical Fair Service Curve HISTORY & INTRODUCTION HFSC (Hierarchical Fair Service Curve) is a network packet scheduling algorith…Hierarchical Fair Service Curve's control under linux NAME HFSC - Hierarchical Fair Service Curve's control under linux SYNOPSIS tc qdisc add ... hfsc [ default CLASSID ] tc class …Linux routing socket NAME rtnetlink - Linux routing socket SYNOPSIS #include <asm/types.h> #include <linux/if_link.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> #inclu…examine pending signals NAME sigpending, rt_sigpending - examine pending signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigpending(sigset_t * se…wait for a signal NAME sigsuspend, rt_sigsuspend - wait for a signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigsuspend(const sigset_t * mask ); …examine and change blocked signals NAME sigprocmask, rt_sigprocmask - examine and change blocked signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* P…return from signal handler and cleanup stack frame NAME sigreturn, rt_sigreturn - return from signal handler and cleanup stack frame LIBRARY Standard C library ( libc , -lc ) SYNOP…examine pending signals NAME sigpending, rt_sigpending - examine pending signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigpending(sigset_t * se…wait for a signal NAME sigsuspend, rt_sigsuspend - wait for a signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigsuspend(const sigset_t * mask ); …routing table management NAME ip-route - routing table management SYNOPSIS ip [ ip-OPTIONS ] route { COMMAND | help } ip route { show | flush } SELECTOR ip route save SELECTOR ip r…examine and change blocked signals NAME sigprocmask, rt_sigprocmask - examine and change blocked signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* P…