Home
last modified time | relevance | path

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

/Linux-v5.10/net/l2tp/
Dl2tp_core.c680 u32 l2h = ntohl(*(__be32 *)ptr); in l2tp_recv_common() local
682 if (l2h & 0x40000000) { in l2tp_recv_common()
684 L2TP_SKB_CB(skb)->ns = l2h & 0x00ffffff; in l2tp_recv_common()
976 u32 l2h = 0; in l2tp_build_l2tpv3_header() local
979 l2h = 0x40000000 | session->ns; in l2tp_build_l2tpv3_header()
985 *((__be32 *)bufp) = htonl(l2h); in l2tp_build_l2tpv3_header()
/Linux-v5.10/drivers/net/ethernet/neterion/
Ds2io.h675 u8 *l2h; member
Ds2io.c8213 static void initiate_new_session(struct lro *lro, u8 *l2h, in initiate_new_session() argument
8218 lro->l2h = l2h; in initiate_new_session()