Home
last modified time | relevance | path

Searched refs:icmph_len (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dping.h70 void *user_icmph, size_t icmph_len);
/openbmc/linux/net/ipv4/
H A Dping.c651 void *user_icmph, size_t icmph_len) in ping_common_sendmsg() argument
659 if (len < icmph_len) in ping_common_sendmsg()
674 if (memcpy_from_msg(user_icmph, msg, icmph_len)) in ping_common_sendmsg()