Searched refs:TCP_QUEUE_SEQ (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| A D | repair.c | 52 ret = getsockopt(sk, SOL_TCP, TCP_QUEUE_SEQ, &q->seq, &len); in test_sock_checkpoint_queue() 132 if (setsockopt(sk, SOL_TCP, TCP_QUEUE_SEQ, &seq, sizeof(seq))) in test_sock_restore_seq()
|
| /linux/tools/include/uapi/linux/ |
| A D | tcp.h | 111 #define TCP_QUEUE_SEQ 21 macro
|
| /linux/include/uapi/linux/ |
| A D | tcp.h | 111 #define TCP_QUEUE_SEQ 21 macro
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| A D | icmps-accept.c | 354 if (getsockopt(sk, SOL_TCP, TCP_QUEUE_SEQ, &ret, &sz)) in get_rcv_nxt()
|
| A D | icmps-discard.c | 354 if (getsockopt(sk, SOL_TCP, TCP_QUEUE_SEQ, &ret, &sz)) in get_rcv_nxt()
|
| /linux/net/ipv4/ |
| A D | tcp.c | 3865 case TCP_QUEUE_SEQ: in do_tcp_setsockopt() 4476 case TCP_QUEUE_SEQ: in do_tcp_getsockopt()
|
Completed in 31 milliseconds