Home
last modified time | relevance | path

Searched refs:IPS_OFFLOAD_BIT (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h114 IPS_OFFLOAD_BIT = 14, enumerator
115 IPS_OFFLOAD = (1 << IPS_OFFLOAD_BIT),
/linux/net/netfilter/
H A Dnf_flow_table_core.c394 clear_bit(IPS_OFFLOAD_BIT, &flow->ct->status); in flow_offload_teardown()
534 test_bit(IPS_OFFLOAD_BIT, &ct->status)) { in nf_flow_table_extend_ct_timeout()
H A Dnf_conntrack_standalone.c339 if (!test_bit(IPS_OFFLOAD_BIT, &ct->status)) in ct_seq_show()
366 else if (test_bit(IPS_OFFLOAD_BIT, &ct->status)) in ct_seq_show()
H A Dnf_conntrack_proto_tcp.c268 if (test_bit(IPS_OFFLOAD_BIT, &ct->status)) in tcp_print_conntrack()
H A Dnf_conntrack_netlink.c579 if (!test_bit(IPS_OFFLOAD_BIT, &ct->status) && in ctnetlink_dump_info()
/linux/net/sched/
H A Dact_ct.c432 if (test_and_set_bit(IPS_OFFLOAD_BIT, &ct->status)) in tcf_ct_flow_table_add()
463 clear_bit(IPS_OFFLOAD_BIT, &ct->status); in tcf_ct_flow_table_add()