dccph_x 85 include/linux/dccp.h return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0); dccph_x 98 include/linux/dccp.h if (dh->dccph_x != 0) dccph_x 36 include/uapi/linux/dccp.h __u8 dccph_x:1, dccph_x 42 include/uapi/linux/dccp.h dccph_x:1; dccph_x 744 net/dccp/ipv4.c dh->dccph_type > DCCP_PKT_DATAACK) && dh->dccph_x == 0) { dccph_x 108 net/dccp/output.c dh->dccph_x = 1; dccph_x 434 net/dccp/output.c dh->dccph_x = 1; dccph_x 475 net/dccp/output.c dh->dccph_x = 1;