dccp_hdr_reset 130 include/linux/dccp.h static inline struct dccp_hdr_reset *dccp_hdr_reset(struct sk_buff *skb) dccp_hdr_reset 132 include/linux/dccp.h return (struct dccp_hdr_reset *)(skb_transport_header(skb) + dccp_hdr_reset 133 include/uapi/linux/dccp.h return sizeof(struct dccp_hdr_reset); dccp_hdr_reset 147 net/dccp/input.c u16 err = dccp_reset_code_convert(dccp_hdr_reset(skb)->dccph_reset_code); dccp_hdr_reset 126 net/dccp/output.c dccp_hdr_reset(skb)->dccph_reset_code = dccp_hdr_reset 459 net/dccp/output.c sizeof(struct dccp_hdr_reset); dccp_hdr_reset 460 net/dccp/output.c struct dccp_hdr_reset *dhr; dccp_hdr_reset 477 net/dccp/output.c dhr = dccp_hdr_reset(skb);