Searched defs:gtp1_header (Results 1 – 2 of 2) sorted by relevance
23 struct gtp1_header { /* According to 3GPP TS 29.060. */ struct24 __u8 flags;25 __u8 type;26 __be16 length;27 __be32 tid;
32 struct gtp1_header { /* According to 3GPP TS 29.060. */ struct39 struct gtp1_header_long { /* According to 3GPP TS 29.060. */ argument