Searched refs:gre_hdr (Results 1 – 5 of 5) sorted by relevance
129 struct gre_hdr { in flow_dissector() struct135 nhoff + offsetof(struct gre_hdr, flags)); in flow_dissector()137 nhoff + offsetof(struct gre_hdr, proto)); in flow_dissector()
149 struct gre_hdr { in parse_ip_proto() struct155 nhoff + offsetof(struct gre_hdr, flags)); in parse_ip_proto()157 nhoff + offsetof(struct gre_hdr, proto)); in parse_ip_proto()
50 struct gre_hdr { struct57 struct gre_hdr gre; argument531 struct gre_hdr greh; in decap_internal()540 olen += sizeof(struct gre_hdr); in decap_internal()
48 struct gre_hdr { struct156 struct gre_hdr *gre, _gre; in parse_ip_proto()
3335 __be32 *gre_hdr; in decode_session4() local3339 gre_hdr = (__be32 *)xprth; in decode_session4()3343 gre_hdr++; in decode_session4()3344 fl4->fl4_gre_key = gre_hdr[1]; in decode_session4()