Searched defs:gre_hdr (Results 1 – 5 of 5) sorted by relevance
128 struct gre_hdr { in flow_dissector() struct129 __be16 flags; in flow_dissector()130 __be16 proto; in flow_dissector()
146 struct gre_hdr { in parse_ip_proto() struct147 __be16 flags; in parse_ip_proto()148 __be16 proto; in parse_ip_proto()
48 struct gre_hdr { struct49 __be16 flags;50 __be16 proto;
35 struct gre_hdr { struct42 struct gre_hdr gre; argument
3353 __be32 *gre_hdr; in decode_session4() local