Searched refs:IP_REPLY_ARG_NOSRCCHECK (Results 1 – 2 of 2) sorted by relevance
272 #define IP_REPLY_ARG_NOSRCCHECK 1 macro276 return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0; in ip_reply_arg_flowi_flags()
805 arg.flags = (sk && inet_sk_transparent(sk)) ? IP_REPLY_ARG_NOSRCCHECK : 0; in tcp_v4_send_reset()956 tw->tw_transparent ? IP_REPLY_ARG_NOSRCCHECK : 0, in tcp_v4_timewait_ack()989 inet_rsk(req)->no_srccheck ? IP_REPLY_ARG_NOSRCCHECK : 0, in tcp_v4_reqsk_send_ack()
Completed in 9 milliseconds