Searched refs:bptr (Results 1 – 1 of 1) sorted by relevance
1451 u8 *bptr = (u8 *)ptr; in mptcp_write_options() local1453 put_unaligned_be16(port, bptr); in mptcp_write_options()1454 bptr += 2; in mptcp_write_options()1455 put_unaligned_be64(opts->ahmac, bptr); in mptcp_write_options()1456 bptr += 8; in mptcp_write_options()1458 TCPOPT_NOP, bptr); in mptcp_write_options()