Home
last modified time | relevance | path

Searched refs:dccp_hdr_reset (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Ddccp.h129 static inline struct dccp_hdr_reset *dccp_hdr_reset(struct sk_buff *skb) in dccp_hdr_reset() function
131 return (struct dccp_hdr_reset *)(skb_transport_header(skb) + in dccp_hdr_reset()
/linux-4.4.14/include/uapi/linux/
Ddccp.h95 struct dccp_hdr_reset { struct
132 return sizeof(struct dccp_hdr_reset); in dccp_packet_hdr_len()
/linux-4.4.14/net/dccp/
Doutput.c129 dccp_hdr_reset(skb)->dccph_reset_code = in dccp_transmit_skb()
462 sizeof(struct dccp_hdr_reset); in dccp_ctl_make_reset()
463 struct dccp_hdr_reset *dhr; in dccp_ctl_make_reset()
480 dhr = dccp_hdr_reset(skb); in dccp_ctl_make_reset()
Dinput.c151 u16 err = dccp_reset_code_convert(dccp_hdr_reset(skb)->dccph_reset_code); in dccp_rcv_reset()