Searched refs:l2h (Results 1 – 3 of 3) sorted by relevance
691 u32 l2h = ntohl(*(__be32 *) ptr); in l2tp_recv_common() local693 if (l2h & 0x40000000) { in l2tp_recv_common()694 ns = l2h & 0x00ffffff; in l2tp_recv_common()1032 u32 l2h = 0; in l2tp_build_l2tpv3_header() local1034 l2h = 0x40000000 | session->ns; in l2tp_build_l2tpv3_header()1042 *((__be32 *) bufp) = htonl(l2h); in l2tp_build_l2tpv3_header()
674 u8 *l2h; member
8283 static void initiate_new_session(struct lro *lro, u8 *l2h, in initiate_new_session() argument8288 lro->l2h = l2h; in initiate_new_session()