Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddccp.h104 DCCP_PKT_RESPONSE, enumerator
131 if (type == DCCP_PKT_RESPONSE) in dccp_packet_hdr_len()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_dccp.c148 [DCCP_PKT_RESPONSE] = {
270 [DCCP_PKT_RESPONSE] = {
438 1 << DCCP_PKT_RESPONSE | in dccp_error()
583 type == DCCP_PKT_RESPONSE) { in nf_conntrack_dccp_packet()
/openbmc/linux/net/dccp/
H A 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()
H A Doutput.c425 DCCP_SKB_CB(skb)->dccpd_type = DCCP_PKT_RESPONSE; in dccp_make_response()
442 dh->dccph_type = DCCP_PKT_RESPONSE; in dccp_make_response()
H A Ddccp.h373 type == DCCP_PKT_RESPONSE; in dccp_data_packet()
H A Dproto.c155 [DCCP_PKT_RESPONSE] = "RESPONSE", in dccp_packet_name()