Searched refs:bufp (Results 1 – 1 of 1) sorted by relevance
1049 __be16 *bufp = buf; in l2tp_build_l2tpv2_header() local1059 *bufp++ = htons(flags); in l2tp_build_l2tpv2_header()1060 *bufp++ = htons(tunnel_id); in l2tp_build_l2tpv2_header()1061 *bufp++ = htons(session_id); in l2tp_build_l2tpv2_header()1063 *bufp++ = htons(session->ns); in l2tp_build_l2tpv2_header()1064 *bufp++ = 0; in l2tp_build_l2tpv2_header()1071 return bufp - optr; in l2tp_build_l2tpv2_header()1077 char *bufp = buf; in l2tp_build_l2tpv3_header() local1078 char *optr = bufp; in l2tp_build_l2tpv3_header()1085 *((__be16 *) bufp) = htons(flags); in l2tp_build_l2tpv3_header()[all …]