Searched defs:gre_hdr (Results 1 – 5 of 5) sorted by relevance
129 struct gre_hdr { in flow_dissector() struct130 __be16 flags; in flow_dissector()131 __be16 proto; in flow_dissector()
149 struct gre_hdr { in parse_ip_proto() struct150 __be16 flags; in parse_ip_proto()151 __be16 proto; in parse_ip_proto()
48 struct gre_hdr { struct49 __be16 flags;50 __be16 proto;
50 struct gre_hdr { struct57 struct gre_hdr gre; argument
3335 __be32 *gre_hdr; in decode_session4() local