Searched refs:TCP_QUEUE_SEQ (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H 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/ |
H A D | tcp.h | 111 #define TCP_QUEUE_SEQ 21 macro
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 111 #define TCP_QUEUE_SEQ 21 macro
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | icmps-accept.c | 354 if (getsockopt(sk, SOL_TCP, TCP_QUEUE_SEQ, &ret, &sz)) in get_rcv_nxt() 355 test_error("getsockopt(TCP_QUEUE_SEQ)"); in get_rcv_nxt()
|
H A D | icmps-discard.c | 354 if (getsockopt(sk, SOL_TCP, TCP_QUEUE_SEQ, &ret, &sz)) in get_rcv_nxt()
|
/linux/net/ipv4/ |
H A D | tcp.c | 3879 case TCP_QUEUE_SEQ: in do_tcp_setsockopt() 4490 case TCP_QUEUE_SEQ: in do_tcp_getsockopt()
|