Home
last modified time | relevance | path

Searched refs:l2h (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/l2tp/
Dl2tp_core.c691 u32 l2h = ntohl(*(__be32 *) ptr); in l2tp_recv_common() local
693 if (l2h & 0x40000000) { in l2tp_recv_common()
694 ns = l2h & 0x00ffffff; in l2tp_recv_common()
1032 u32 l2h = 0; in l2tp_build_l2tpv3_header() local
1034 l2h = 0x40000000 | session->ns; in l2tp_build_l2tpv3_header()
1042 *((__be32 *) bufp) = htonl(l2h); in l2tp_build_l2tpv3_header()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.h674 u8 *l2h; member
Ds2io.c8283 static void initiate_new_session(struct lro *lro, u8 *l2h, in initiate_new_session() argument
8288 lro->l2h = l2h; in initiate_new_session()