Lines Matching refs:test_ip_opts
634 test_ip_opts(struct msghdr *const mh, void *const page, in test_ip_opts() function
751 test_ip_opts(mh, page, ARG_STR(IP_RECVOPTS), 1); in test_sol_ip()
752 test_ip_opts(mh, page, ARG_STR(IP_RECVOPTS), 2); in test_sol_ip()
753 test_ip_opts(mh, page, ARG_STR(IP_RECVOPTS), 3); in test_sol_ip()
754 test_ip_opts(mh, page, ARG_STR(IP_RECVOPTS), 4); in test_sol_ip()
755 test_ip_opts(mh, page, ARG_STR(IP_RETOPTS), 5); in test_sol_ip()
756 test_ip_opts(mh, page, ARG_STR(IP_RETOPTS), 6); in test_sol_ip()
757 test_ip_opts(mh, page, ARG_STR(IP_RETOPTS), 7); in test_sol_ip()
758 test_ip_opts(mh, page, ARG_STR(IP_RETOPTS), 8); in test_sol_ip()
759 test_ip_opts(mh, page, ARG_STR(IP_RETOPTS), DEFAULT_STRLEN - 1); in test_sol_ip()
760 test_ip_opts(mh, page, ARG_STR(IP_RETOPTS), DEFAULT_STRLEN); in test_sol_ip()
761 test_ip_opts(mh, page, ARG_STR(IP_RETOPTS), DEFAULT_STRLEN + 1); in test_sol_ip()