Searched refs:DCCP_PKT_SYNC (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/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 || in dccp_non_data_packet()
|
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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | dccp.h | 111 DCCP_PKT_SYNC, enumerator 124 type == DCCP_PKT_SYNC || in dccp_packet_hdr_len()
|
/openbmc/linux/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()
|