Lines Matching refs:opheader
527 error = do_set3(IP_FW_TABLE_XCREATE, &oh->opheader, sizeof(tbuf)); in table_do_create()
582 error = do_set3(IP_FW_TABLE_XMODIFY, &oh->opheader, sizeof(tbuf)); in table_do_modify()
612 if (do_set3(IP_FW_TABLE_XDESTROY, &oh->opheader, sizeof(*oh)) != 0) in table_destroy()
642 if (do_set3(IP_FW_TABLE_XFLUSH, &oh->opheader, sizeof(*oh)) != 0) in table_flush()
659 error = do_set3(IP_FW_TABLE_XSWAP, &oh->opheader, sizeof(tbuf)); in table_do_swap()
704 if (do_get3(IP_FW_TABLE_XINFO, &oh->opheader, &sz) != 0) in table_get_info()
911 oh->opheader.version = 1; in table_do_modify_record()
928 error = do_get3(cmd, &oh->opheader, &sz); in table_do_modify_record()
1134 if (do_get3(IP_FW_TABLE_XFIND, &oh->opheader, &sz) != 0) in table_do_lookup()
1693 if (do_get3(IP_FW_TABLES_XLIST, &olh->opheader, &sz) != 0) { in tables_foreach()
1743 oh->opheader.version = 1; /* Current version */ in table_do_get_list()
1744 if (do_get3(IP_FW_TABLE_XLIST, &oh->opheader, &sz) == 0) { in table_do_get_list()
1948 if (do_get3(opcode, &req.opheader, &sz) != 0) in table_do_get_stdlist()
1957 if (do_get3(opcode, &olh->opheader, &sz) != 0) { in table_do_get_stdlist()