Home
last modified time | relevance | path

Searched refs:dccp_hdr_request (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Ddccp.h106 static inline struct dccp_hdr_request *dccp_hdr_request(struct sk_buff *skb) in dccp_hdr_request() function
108 return (struct dccp_hdr_request *)(skb_transport_header(skb) + in dccp_hdr_request()
/openbmc/linux/include/uapi/linux/
H A Ddccp.h64 struct dccp_hdr_request { struct
130 return sizeof(struct dccp_hdr_request); in dccp_packet_hdr_len()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_dccp.c496 struct dccp_hdr_request req;
/openbmc/linux/net/dccp/
H A Doutput.c117 dccp_hdr_request(skb)->dccph_req_service = in dccp_transmit_skb()
H A Dipv4.c598 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; in dccp_v4_conn_request()
H A Dipv6.c324 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; in dccp_v6_conn_request()