Home
last modified time | relevance | path

Searched refs:dccph_x (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Ddccp.h36 __u8 dccph_x:1, member
42 dccph_x:1; member
/Linux-v6.6/include/linux/
Ddccp.h85 return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0); in __dccp_basic_hdr_len()
98 if (dh->dccph_x != 0) in dccp_hdr_seq()
/Linux-v6.6/net/dccp/
Doutput.c108 dh->dccph_x = 1; in dccp_transmit_skb()
443 dh->dccph_x = 1; in dccp_make_response()
484 dh->dccph_x = 1; in dccp_ctl_make_reset()
Dipv4.c766 dh->dccph_type > DCCP_PKT_DATAACK) && dh->dccph_x == 0) { in dccp_invalid_packet()
/Linux-v6.6/net/netfilter/
Dnf_conntrack_proto_dccp.c480 if (test_bit(type, &require_seq48) && !dh->dccph_x) { in dccp_error()