Searched refs:gre_hdr (Results 1 – 5 of 5) sorted by relevance
128 struct gre_hdr { in flow_dissector() struct134 nhoff + offsetof(struct gre_hdr, flags)); in flow_dissector()136 nhoff + offsetof(struct gre_hdr, proto)); in flow_dissector()
146 struct gre_hdr { in parse_ip_proto() struct152 nhoff + offsetof(struct gre_hdr, flags)); in parse_ip_proto()154 nhoff + offsetof(struct gre_hdr, proto)); in parse_ip_proto()
35 struct gre_hdr { struct42 struct gre_hdr gre; argument450 struct gre_hdr greh; in decap_internal()459 olen += sizeof(struct gre_hdr); in decap_internal()
48 struct gre_hdr { struct156 struct gre_hdr *gre, _gre; in parse_ip_proto()
3353 __be32 *gre_hdr; in decode_session4() local3357 gre_hdr = (__be32 *)xprth; in decode_session4()3361 gre_hdr++; in decode_session4()3362 fl4->fl4_gre_key = gre_hdr[1]; in decode_session4()