Searched refs:dccp_hdr_reset (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Ddccp.h99 * struct dccp_hdr_reset - Unconditionally shut down a connection
103 struct dccp_hdr_reset { struct
H A Dprint-dccp.c157 return sizeof(struct dccp_hdr_reset);
292 struct dccp_hdr_reset *dhr =
293 (struct dccp_hdr_reset *)(bp + dccp_basic_hdr_len(dh));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddccp.h89 * struct dccp_hdr_reset - Unconditionally shut down a connection
95 struct dccp_hdr_reset { struct
132 return sizeof(struct dccp_hdr_reset);
341 static inline struct dccp_hdr_reset *dccp_hdr_reset(struct sk_buff *skb) function
343 return (struct dccp_hdr_reset *)(skb_transport_header(skb) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Doutput.c125 dccp_hdr_reset(skb)->dccph_reset_code =
402 sizeof(struct dccp_hdr_reset);
403 struct dccp_hdr_reset *dhr;
420 dhr = dccp_hdr_reset(skb);
H A Dinput.c151 u16 err = dccp_reset_code_convert(dccp_hdr_reset(skb)->dccph_reset_code);

Completed in 162 milliseconds