Home
last modified time | relevance | path

Searched refs:dccp_hdr_response (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Ddccp.h124 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) in dccp_hdr_response() function
126 return (struct dccp_hdr_response *)(skb_transport_header(skb) + in dccp_hdr_response()
/kernel/linux/linux-6.6/include/linux/
H A Ddccp.h124 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb) in dccp_hdr_response() function
126 return (struct dccp_hdr_response *)(skb_transport_header(skb) + in dccp_hdr_response()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Ddccp.h79 * struct dccp_hdr_response - Connection initiation response header
84 struct dccp_hdr_response { struct
132 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Ddccp.h79 * struct dccp_hdr_response - Connection initiation response header
84 struct dccp_hdr_response { struct
132 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Ddccp.h49 struct dccp_hdr_response { struct
86 return sizeof(struct dccp_hdr_response); in dccp_packet_hdr_len()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Ddccp.h55 struct dccp_hdr_response { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Ddccp.h55 struct dccp_hdr_response { struct
/kernel/linux/linux-5.10/net/dccp/
H A Doutput.c397 sizeof(struct dccp_hdr_response); in dccp_make_response()
437 dccp_hdr_response(skb)->dccph_resp_service = dreq->dreq_service; in dccp_make_response()
/kernel/linux/linux-6.6/net/dccp/
H A Doutput.c406 sizeof(struct dccp_hdr_response); in dccp_make_response()
446 dccp_hdr_response(skb)->dccph_resp_service = dreq->dreq_service; in dccp_make_response()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_proto_dccp.c495 struct dccp_hdr_response response;
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_proto_dccp.c497 struct dccp_hdr_response response;

Completed in 9 milliseconds