dccp_hdr_reset    132 include/linux/dccp.h 	return sizeof(struct dccp_hdr_reset);
dccp_hdr_reset    341 include/linux/dccp.h static inline struct dccp_hdr_reset *dccp_hdr_reset(struct sk_buff *skb)
dccp_hdr_reset    343 include/linux/dccp.h 	return (struct dccp_hdr_reset *)(skb_transport_header(skb) +
dccp_hdr_reset    150 net/dccp/input.c 	u8 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    377 net/dccp/output.c 				       sizeof(struct dccp_hdr_reset);
dccp_hdr_reset    378 net/dccp/output.c 	struct dccp_hdr_reset *dhr;
dccp_hdr_reset    395 net/dccp/output.c 	dhr = dccp_hdr_reset(skb);