mptcp_write_optionsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: ✅void mptcp_write_options(__be32 *ptr, struct mptcp_out_options *opts);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In net/mptcp/options.c (ffffffff81bb16d0)
Location: net/mptcp/options.c:879
Inline: False
Direct callers:
- net/ipv4/tcp_output.c:tcp_options_write
Symbols:
ffffffff81bb16d0-ffffffff81bb19d7: mptcp_write_options (STB_GLOBAL)
5.11: ✅void mptcp_write_options(__be32 *ptr, const struct tcp_sock *tp, struct mptcp_out_options *opts);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In net/mptcp/options.c (ffffffff81bc5610)
Location: net/mptcp/options.c:1072
Inline: False
Direct callers:
- net/ipv4/tcp_output.c:tcp_options_write
Symbols:
ffffffff81bc5610-ffffffff81bc599c: mptcp_write_options (STB_GLOBAL)
5.13: ✅void mptcp_write_options(__be32 *ptr, const struct tcp_sock *tp, struct mptcp_out_options *opts);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In net/mptcp/options.c (ffffffff81bb6080)
Location: net/mptcp/options.c:1128
Inline: False
Direct callers:
- net/ipv4/tcp_output.c:tcp_options_write
Symbols:
ffffffff81bb6080-ffffffff81bb6511: mptcp_write_options (STB_GLOBAL)
5.15: ✅void mptcp_write_options(__be32 *ptr, const struct tcp_sock *tp, struct mptcp_out_options *opts);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In net/mptcp/options.c (ffffffff81c84dd0)
Location: net/mptcp/options.c:1242
Inline: False
Direct callers:
- net/ipv4/tcp_output.c:tcp_options_write
Symbols:
ffffffff81c84dd0-ffffffff81c8552c: mptcp_write_options (STB_GLOBAL)
5.19: ✅void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, struct mptcp_out_options *opts);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In net/mptcp/options.c (ffffffff81e2ae50)
Location: net/mptcp/options.c:1321
Inline: False
Direct callers:
- net/ipv4/tcp_output.c:tcp_options_write
Symbols:
ffffffff81e2ae50-ffffffff81e2b716: mptcp_write_options (STB_GLOBAL)
6.2: ✅void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, struct mptcp_out_options *opts);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In net/mptcp/options.c (ffffffff82003000)
Location: net/mptcp/options.c:1330
Inline: False
Direct callers:
- net/ipv4/tcp_output.c:tcp_options_write
Symbols:
ffffffff82003000-ffffffff820038c6: mptcp_write_options (STB_GLOBAL)
6.5: ✅void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, struct mptcp_out_options *opts);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In net/mptcp/options.c (ffffffff8207f190)
Location: net/mptcp/options.c:1341
Inline: False
Direct callers:
- net/ipv4/tcp_output.c:tcp_options_write
Symbols:
ffffffff8207f190-ffffffff8207fa56: mptcp_write_options (STB_GLOBAL)
6.8: ✅void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, struct mptcp_out_options *opts);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In net/mptcp/options.c (ffffffff82154680)
Location: net/mptcp/options.c:1344
Inline: False
Direct callers:
- net/ipv4/tcp_output.c:tcp_options_write
Symbols:
ffffffff82154680-ffffffff82154f45: mptcp_write_options (STB_GLOBAL)
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.8 and 5.11 ⚠️const struct tcp_sock *tp
ptr, opts ➡️ ptr, tp, opts
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️struct tcphdr *th
ptr, tp, opts ➡️ th, ptr, tp, opts
const struct tcp_sock *tp ➡️ struct tcp_sock *tp
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅