Home
last modified time | relevance | path

Searched refs:DCCP_PKT_RESPONSE (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Ddccp.h104 DCCP_PKT_RESPONSE, enumerator
131 if (type == DCCP_PKT_RESPONSE) in dccp_packet_hdr_len()
/Linux-v5.10/net/dccp/
Dinput.c334 case DCCP_PKT_RESPONSE: in __dccp_rcv_established()
400 if (dh->dccph_type == DCCP_PKT_RESPONSE) { in dccp_rcv_request_sent_state_process()
641 dh->dccph_type == DCCP_PKT_RESPONSE) || in dccp_rcv_state_process()
Doutput.c416 DCCP_SKB_CB(skb)->dccpd_type = DCCP_PKT_RESPONSE; in dccp_make_response()
433 dh->dccph_type = DCCP_PKT_RESPONSE; in dccp_make_response()
Ddccp.h377 type == DCCP_PKT_RESPONSE; in dccp_data_packet()
Dproto.c155 [DCCP_PKT_RESPONSE] = "RESPONSE", in dccp_packet_name()
/Linux-v5.10/net/netfilter/
Dnf_conntrack_proto_dccp.c146 [DCCP_PKT_RESPONSE] = {
268 [DCCP_PKT_RESPONSE] = {
534 type == DCCP_PKT_RESPONSE) { in nf_conntrack_dccp_packet()