Home
last modified time | relevance | path

Searched refs:nf_ct_protonum (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/net/netfilter/
Dxt_conntrack.c83 (nf_ct_protonum(ct) == info->l4proto) ^ in ct_proto_port_check()
127 (nf_ct_protonum(ct) == info->l4proto) ^ in ct_proto_port_check_v3()
Dnf_nat_sip.c45 if (nf_ct_protonum(ct) == IPPROTO_TCP) { in mangle_packet()
173 if (nf_ct_protonum(ct) == IPPROTO_TCP) in nf_nat_sip()
310 if (nf_ct_protonum(ct) != IPPROTO_TCP || off == 0) in nf_nat_sip_seq_adjust()
Dnf_flow_table_core.c140 int l4num = nf_ct_protonum(ct); in flow_offload_fixup_ct_timeout()
160 if (nf_ct_protonum(ct) == IPPROTO_TCP) in flow_offload_fixup_ct_state()
Dnf_conntrack_proto.c91 nf_ct_protonum(ct), "%pV", &vaf); in nf_ct_l4proto_log_invalid()
436 if (nf_ct_protonum(ct) == IPPROTO_TCP && in nf_ct_tcp_fixup()
Dnf_conntrack_netlink.c188 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ctnetlink_dump_protoinfo()
625 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ctnetlink_proto_size()
1943 nf_ct_protonum(ct)); in ctnetlink_change_helper()
2016 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ctnetlink_change_protoinfo()
2252 nf_ct_protonum(ct)); in ctnetlink_create_conntrack()
2264 nf_ct_protonum(ct)); in ctnetlink_create_conntrack()
2894 nf_ct_protonum(ct)); in ctnetlink_glue_attach_expect()
3046 nat_tuple.dst.protonum = nf_ct_protonum(master); in ctnetlink_exp_dump_expect()
3627 nf_ct_protonum(ct)); in ctnetlink_create_expect()
3637 nf_ct_protonum(ct)); in ctnetlink_create_expect()
Dnf_conntrack_seqadj.c66 if (nf_ct_protonum(ct) != IPPROTO_TCP) in nf_ct_tcp_seqadj_set()
Dxt_HMARK.c100 t->proto = nf_ct_protonum(ct); in hmark_ct_set_htuple()
Dnf_conntrack_standalone.c317 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ct_seq_show()
322 l4proto_name(l4proto->l4proto), nf_ct_protonum(ct)); in ct_seq_show()
Dnf_conntrack_core.c609 if (unlikely(nf_ct_protonum(ct) == IPPROTO_GRE)) in destroy_conntrack()
1052 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in nf_ct_resolve_clash()
1340 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in gc_worker_can_early_drop()
1753 switch (nf_ct_protonum(ct)) { in nf_conntrack_handle_packet()
Dnf_conncount.c73 if (nf_ct_protonum(conn) == IPPROTO_TCP) in already_closed()
Dnft_ct.c163 nft_reg_store8(dest, nf_ct_protonum(ct)); in nft_ct_get_eval()
1072 priv->l4proto != nf_ct_protonum(ct)) in nft_ct_helper_obj_eval()
Dnf_conntrack_sip.c638 if (*proto != nf_ct_protonum(ct)) in ct_sip_parse_transport()
641 *proto = nf_ct_protonum(ct); in ct_sip_parse_transport()
Dnf_nat_core.c808 (clean->l4proto && nf_ct_protonum(i) != clean->l4proto)) in nf_nat_proto_remove()
/Linux-v5.10/include/net/netfilter/
Dnf_conntrack.h122 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) in nf_ct_protonum() function
/Linux-v5.10/net/netfilter/ipvs/
Dip_vs_nfct.c94 if (cp->app && nf_ct_protonum(ct) == IPPROTO_TCP && in ip_vs_update_conntrack()
/Linux-v5.10/net/sched/
Dact_ct.c221 switch (nf_ct_protonum(ct)) { in tcf_ct_flow_table_add_action_nat()
386 switch (nf_ct_protonum(ct)) { in tcf_ct_flow_table_process_conn()