Searched refs:sk_created (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/
H A Dgtp.c69 u8 sk_created; member in struct:gtp_dev
427 if (gtp0->type == GTP_ECHO_REQ && gtp->sk_created)
430 if (gtp0->type == GTP_ECHO_RSP && gtp->sk_created)
589 if (gtp1->type == GTP_ECHO_REQ && gtp->sk_created)
592 if (gtp1->type == GTP_ECHO_RSP && gtp->sk_created)
659 if (gtp->sk_created) {
662 gtp->sk_created = false;
1025 gtp->sk_created = true;
1741 if (!gtp->sk_created)

Completed in 113 milliseconds