/kernel/linux/linux-5.10/net/dccp/ |
H A D | input.c | 100 dccp_send_sync(sk, DCCP_SKB_CB(skb)->dccpd_seq, DCCP_PKT_SYNC); in dccp_rcv_closereq() 204 if (dh->dccph_type == DCCP_PKT_SYNC || in dccp_check_seqno() 239 if (dh->dccph_type != DCCP_PKT_SYNC && in dccp_check_seqno() 276 dccp_send_sync(sk, seqno, DCCP_PKT_SYNC); in dccp_check_seqno() 342 DCCP_PKT_SYNC); in __dccp_rcv_established() 345 case DCCP_PKT_SYNC: in __dccp_rcv_established() 645 dccp_send_sync(sk, dcb->dccpd_seq, DCCP_PKT_SYNC); in dccp_rcv_state_process() 702 } else if (unlikely(dh->dccph_type == DCCP_PKT_SYNC)) { in dccp_rcv_state_process()
|
H A D | output.c | 77 case DCCP_PKT_SYNC: in dccp_transmit_skb() 294 dccp_send_sync(sk, dp->dccps_gsr, DCCP_PKT_SYNC); in dccp_xmit_packet()
|
H A D | dccp.h | 366 type == DCCP_PKT_SYNC ||
|
H A D | proto.c | 162 [DCCP_PKT_SYNC] = "SYNC", in dccp_packet_name()
|
H A D | ipv4.c | 184 dccp_send_sync(sk, dp->dccps_gsr, DCCP_PKT_SYNC); in dccp_do_pmtu_discovery()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | input.c | 100 dccp_send_sync(sk, DCCP_SKB_CB(skb)->dccpd_seq, DCCP_PKT_SYNC); in dccp_rcv_closereq() 204 if (dh->dccph_type == DCCP_PKT_SYNC || in dccp_check_seqno() 239 if (dh->dccph_type != DCCP_PKT_SYNC && in dccp_check_seqno() 276 dccp_send_sync(sk, seqno, DCCP_PKT_SYNC); in dccp_check_seqno() 342 DCCP_PKT_SYNC); in __dccp_rcv_established() 345 case DCCP_PKT_SYNC: in __dccp_rcv_established() 645 dccp_send_sync(sk, dcb->dccpd_seq, DCCP_PKT_SYNC); in dccp_rcv_state_process() 702 } else if (unlikely(dh->dccph_type == DCCP_PKT_SYNC)) { in dccp_rcv_state_process()
|
H A D | output.c | 77 case DCCP_PKT_SYNC: in dccp_transmit_skb() 298 dccp_send_sync(sk, dp->dccps_gsr, DCCP_PKT_SYNC); in dccp_xmit_packet()
|
H A D | dccp.h | 361 type == DCCP_PKT_SYNC ||
|
H A D | ipv4.c | 196 dccp_send_sync(sk, dp->dccps_gsr, DCCP_PKT_SYNC); in dccp_do_pmtu_discovery()
|
H A D | proto.c | 162 [DCCP_PKT_SYNC] = "SYNC", in dccp_packet_name()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | dccp.h | 111 DCCP_PKT_SYNC, enumerator 124 type == DCCP_PKT_SYNC || in dccp_packet_hdr_len()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | dccp.h | 111 DCCP_PKT_SYNC, enumerator 124 type == DCCP_PKT_SYNC || in dccp_packet_hdr_len()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | dccp.h | 67 DCCP_PKT_SYNC, enumerator 78 type == DCCP_PKT_SYNC || in dccp_packet_hdr_len()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | dccp.h | 72 DCCP_PKT_SYNC, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | dccp.h | 72 DCCP_PKT_SYNC, enumerator
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_proto_dccp.c | 238 [DCCP_PKT_SYNC] = { 366 [DCCP_PKT_SYNC] = { 439 1 << DCCP_PKT_SYNC | in dccp_error()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_proto_dccp.c | 240 [DCCP_PKT_SYNC] = { 368 [DCCP_PKT_SYNC] = { 442 1 << DCCP_PKT_SYNC | in dccp_error()
|