Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Ddccp.h35 __u8 dccph_x:1, member
41 dccph_x:1; member
/linux-4.4.14/include/linux/
Ddccp.h84 return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0); in __dccp_basic_hdr_len()
97 if (dh->dccph_x != 0) in dccp_hdr_seq()
/linux-4.4.14/net/dccp/
Doutput.c111 dh->dccph_x = 1; in dccp_transmit_skb()
437 dh->dccph_x = 1; in dccp_make_response()
478 dh->dccph_x = 1; in dccp_ctl_make_reset()
Dipv4.c737 dh->dccph_type > DCCP_PKT_DATAACK) && dh->dccph_x == 0) { in dccp_invalid_packet()