Thread (10 messages) flat view 10 messages, 2 authors, 2022-02-12
STALE1650d

Revision v5 of 8 in this series.

Revisions (8)
  1. rfc [diff vs current]
  2. v3 [diff vs current]
  3. v4 [diff vs current]
  4. v5 current
  5. v6 [diff vs current]
  6. v7 [diff vs current]
  7. v8 [diff vs current]
  8. v10 [diff vs current]

[RFC PATCH net-next v5 4/6] gtp: Add support for checking GTP device type

From: Marcin Szycik <hidden>
Date: 2022-02-11 17:58:31
Subsystem: networking [general], the rest · Maintainers: "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Linus Torvalds

From: Wojciech Drewek <redacted>

Add a function that checks if a net device type is GTP.

Signed-off-by: Wojciech Drewek <redacted>
---
 include/net/gtp.h | 6 ++++++
 1 file changed, 6 insertions(+)
diff --git a/include/net/gtp.h b/include/net/gtp.h
index 23c2aaae8a42..c1d6169df331 100644
--- a/include/net/gtp.h
+++ b/include/net/gtp.h
@@ -63,6 +63,12 @@ struct gtp_pdu_session_info {	/* According to 3GPP TS 38.415. */
 	u8	qfi;
 };
 
+static inline bool netif_is_gtp(const struct net_device *dev)
+{
+	return dev->rtnl_link_ops &&
+		!strcmp(dev->rtnl_link_ops->kind, "gtp");
+}
+
 #define GTP1_F_NPDU	0x01
 #define GTP1_F_SEQ	0x02
 #define GTP1_F_EXTHDR	0x04
-- 
2.31.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help