Searched refs:dccph_x (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | dccp.h | 35 __u8 dccph_x : 1, dccph_type : 4, dccph_reserved : 3; member 37 __u8 dccph_reserved : 3, dccph_type : 4, dccph_x : 1; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | dccp.h | 35 __u8 dccph_x : 1, dccph_type : 4, dccph_reserved : 3; member 37 __u8 dccph_reserved : 3, dccph_type : 4, dccph_x : 1; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | dccp.h | 17 * @dccph_x - 0 = 24 bit sequence number, 1 = 48 19 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x 36 __u8 dccph_x:1, member 42 dccph_x:1; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | dccp.h | 17 * @dccph_x - 0 = 24 bit sequence number, 1 = 48 19 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x 36 __u8 dccph_x:1, member 42 dccph_x:1; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | dccp.h | 25 __u8 dccph_x:1, member 31 dccph_x:1; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dccp.h | 85 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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dccp.h | 85 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()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | output.c | 108 dh->dccph_x = 1; in dccp_transmit_skb() 434 dh->dccph_x = 1; in dccp_make_response() 475 dh->dccph_x = 1; in dccp_ctl_make_reset()
|
H A D | ipv4.c | 750 dh->dccph_type > DCCP_PKT_DATAACK) && dh->dccph_x == 0) { in dccp_invalid_packet()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | output.c | 108 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()
|
H A D | ipv4.c | 766 dh->dccph_type > DCCP_PKT_DATAACK) && dh->dccph_x == 0) { in dccp_invalid_packet()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_proto_dccp.c | 477 if (test_bit(type, &require_seq48) && !dh->dccph_x) { in dccp_error() 491 struct dccp_hdr_ext ext; /* optional depending dh->dccph_x */
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_proto_dccp.c | 480 if (test_bit(type, &require_seq48) && !dh->dccph_x) { in dccp_error() 493 struct dccp_hdr_ext ext; /* optional depending dh->dccph_x */
|
Completed in 12 milliseconds