Searched refs:gre_hdr (Results 1 – 7 of 7) sorted by relevance
127 struct gre_hdr { in flow_dissector() struct133 nhoff + offsetof(struct gre_hdr, flags)); in flow_dissector()135 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()
193 __be32 *gre_hdr; in _decode_session4() local197 gre_hdr = (__be32 *)xprth; in _decode_session4()201 gre_hdr++; in _decode_session4()202 fl4->fl4_gre_key = gre_hdr[1]; in _decode_session4()
28 struct gre_hdr { struct
91 const struct gre_hdr *greh; in gre_manip_pkt()
198 const struct gre_hdr *grehdr; in gre_pkt_to_tuple()199 struct gre_hdr _grehdr; in gre_pkt_to_tuple()
351 struct gre_hdr { in __skb_flow_dissect() struct