Searched refs:IP_CT_TCP_FLAG_BE_LIBERAL (Results 1 – 5 of 5) sorted by relevance
38 #define IP_CT_TCP_FLAG_BE_LIBERAL 0x08 macro
214 ct->proto.tcp.seen[0].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in nf_ct_set_tcp_be_liberal()215 ct->proto.tcp.seen[1].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in nf_ct_set_tcp_be_liberal()
327 ct->proto.tcp.seen[0].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in nft_flow_offload_eval()328 ct->proto.tcp.seen[1].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in nft_flow_offload_eval()
670 if (sender->flags & IP_CT_TCP_FLAG_BE_LIBERAL || in tcp_in_window()810 IP_CT_TCP_FLAG_BE_LIBERAL; in tcp_new()
374 ct->proto.tcp.seen[0].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add()375 ct->proto.tcp.seen[1].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add()
Completed in 13 milliseconds