Searched refs:datagrams (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 37 IP datagrams to be labeled with security classifications. This option 437 router is a dedicated IP router that routes IP datagrams between two or more 444 MUST be able to reject datagrams going to networks that can not provide 450 a CIPSO host is authorized to handle. All datagrams that have a label 468 a CIPSO host is authorized to handle. All datagrams that have a label less 475 all datagrams that may exit a particular network interface port. All 476 outgoing datagrams that have a label greater than this maximum MUST be 482 all datagrams that may exit a particular network interface port. All 483 outgoing datagrams that have a label less than this minimum MUST be 490 particular network interface port. All CIPSO labels within datagrams [all …]
|
/linux-4.1.27/Documentation/networking/ |
D | ipsec.txt | 21 Small IP datagrams are likely to expand as a result of compression. 23 where IP datagrams of size smaller than the threshold are sent in the
|
D | ieee802154.txt | 131 [RFC4944] was specified to carry IPv6 datagrams over such constrained links, 136 compression for IPv6 datagrams (LOWPAN_HC1 and LOWPAN_HC2) to reduce the
|
D | tproxy.txt | 25 modify your application to allow it to send datagrams _from_ non-local IP
|
D | ipddp.txt | 10 networks can use to communicate via IP. AppleTalk-IP is simply IP datagrams
|
D | udplite.txt | 236 InDatagrams: The total number of datagrams delivered to users. 251 OutDatagrams: Total number of sent datagrams.
|
D | timestamping.txt | 27 This socket option enables timestamping of datagrams on the reception 305 Fragmentation of outgoing datagrams is rare, but is possible, e.g., by 316 In this case, the application can choose to read datagrams with a
|
D | ppp_generic.txt | 13 * PPP multilink: splitting datagrams between multiple links, and 34 responsible for splitting datagrams on transmit and recombining them
|
D | rds.txt | 299 partially-sent datagrams to be retransmitted when the connection is
|
D | ip-sysctl.txt | 150 from different IP datagrams, which could result in data corruption. 882 datagrams, or risk confusing the switch and leaving groups you don't
|
/linux-4.1.27/net/ |
D | socket.c | 2011 int fput_needed, err, datagrams; in __sys_sendmmsg() local 2021 datagrams = 0; in __sys_sendmmsg() 2032 while (datagrams < vlen) { in __sys_sendmmsg() 2052 ++datagrams; in __sys_sendmmsg() 2058 if (datagrams != 0) in __sys_sendmmsg() 2059 return datagrams; in __sys_sendmmsg() 2176 int fput_needed, err, datagrams; in __sys_recvmmsg() local 2188 datagrams = 0; in __sys_recvmmsg() 2201 while (datagrams < vlen) { in __sys_recvmmsg() 2208 datagrams); in __sys_recvmmsg() [all …]
|
D | compat.c | 750 int datagrams; in COMPAT_SYSCALL_DEFINE5() local 760 datagrams = __sys_recvmmsg(fd, (struct mmsghdr __user *)mmsg, vlen, in COMPAT_SYSCALL_DEFINE5() 762 if (datagrams > 0 && compat_put_timespec(&ktspec, timeout)) in COMPAT_SYSCALL_DEFINE5() 763 datagrams = -EFAULT; in COMPAT_SYSCALL_DEFINE5() 765 return datagrams; in COMPAT_SYSCALL_DEFINE5()
|
/linux-4.1.27/net/rds/ |
D | Kconfig | 7 sequenced delivery of datagrams over Infiniband, iWARP,
|
/linux-4.1.27/net/dccp/ |
D | Kconfig | 11 congestion-controlled, unreliable datagrams. It should be suitable
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-cdc_ncm | 56 wait up to 3 times this timeout for more datagrams to 147 Maximum number of datagrams that the host may pack
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 37 setuid(2) and receive SCM_RIGHTS datagrams.
|
/linux-4.1.27/Documentation/infiniband/ |
D | ipoib.txt | 45 datagrams, TCP segments, etc and increases the performance for large
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 195 unix_dgram_qlen limits the max number of datagrams queued in Unix domain
|