Searched refs:opt_copy (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | raw.c | 511 struct ip_options_data opt_copy; in raw_sendmsg() local 585 memcpy(&opt_copy, inet_opt, in raw_sendmsg() 587 ipc.opt = &opt_copy.opt; in raw_sendmsg()
|
H A D | ping.c | 710 struct ip_options_data opt_copy; in ping_v4_sendmsg() local 759 memcpy(&opt_copy, inet_opt, in ping_v4_sendmsg() 761 ipc.opt = &opt_copy.opt; in ping_v4_sendmsg()
|
H A D | udp.c | 1067 struct ip_options_data opt_copy; in udp_sendmsg() local 1147 memcpy(&opt_copy, inet_opt, in udp_sendmsg() 1149 ipc.opt = &opt_copy.opt; in udp_sendmsg()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ping.c | 705 struct ip_options_data opt_copy; in ping_v4_sendmsg() local 754 memcpy(&opt_copy, inet_opt, in ping_v4_sendmsg() 756 ipc.opt = &opt_copy.opt; in ping_v4_sendmsg()
|
H A D | raw.c | 487 struct ip_options_data opt_copy; in raw_sendmsg() local 557 memcpy(&opt_copy, inet_opt, in raw_sendmsg() 559 ipc.opt = &opt_copy.opt; in raw_sendmsg()
|
H A D | udp.c | 1057 struct ip_options_data opt_copy; in udp_sendmsg() local 1137 memcpy(&opt_copy, inet_opt, in udp_sendmsg() 1139 ipc.opt = &opt_copy.opt; in udp_sendmsg()
|
Completed in 15 milliseconds