Searched refs:nf_ct_protonum (Results 1 – 17 of 17) sorted by relevance
83 (nf_ct_protonum(ct) == info->l4proto) ^ in ct_proto_port_check()127 (nf_ct_protonum(ct) == info->l4proto) ^ in ct_proto_port_check_v3()
45 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()
91 nf_ct_protonum(ct), "%pV", &vaf); in nf_ct_l4proto_log_invalid()452 if (nf_ct_protonum(ct) == IPPROTO_TCP && in nf_ct_tcp_fixup()
199 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ctnetlink_dump_protoinfo()639 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ctnetlink_proto_size()1971 nf_ct_protonum(ct)); in ctnetlink_change_helper()2035 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ctnetlink_change_protoinfo()2269 nf_ct_protonum(ct)); in ctnetlink_create_conntrack()2281 nf_ct_protonum(ct)); in ctnetlink_create_conntrack()2885 nf_ct_protonum(ct)); in ctnetlink_glue_attach_expect()3037 nat_tuple.dst.protonum = nf_ct_protonum(master); in ctnetlink_exp_dump_expect()3602 nf_ct_protonum(ct)); in ctnetlink_create_expect()3612 nf_ct_protonum(ct)); in ctnetlink_create_expect()
66 if (nf_ct_protonum(ct) != IPPROTO_TCP) in nf_ct_tcp_seqadj_set()
184 int l4num = nf_ct_protonum(ct); in flow_offload_fixup_ct()268 int l4num = nf_ct_protonum(flow->ct); in flow_offload_get_timeout()
100 t->proto = nf_ct_protonum(ct); in hmark_ct_set_htuple()
324 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ct_seq_show()329 l4proto_name(l4proto->l4proto), nf_ct_protonum(ct)); in ct_seq_show()
597 if (unlikely(nf_ct_protonum(ct) == IPPROTO_GRE)) in nf_ct_destroy()1139 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in nf_ct_resolve_clash()1457 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in gc_worker_can_early_drop()1937 switch (nf_ct_protonum(ct)) { in nf_conntrack_handle_packet()
165 nft_reg_store8(dest, nf_ct_protonum(ct)); in nft_ct_get_eval()1127 priv->l4proto != nf_ct_protonum(ct)) in nft_ct_helper_obj_eval()
73 if (nf_ct_protonum(conn) == IPPROTO_TCP) in already_closed()
638 if (*proto != nf_ct_protonum(ct)) in ct_sip_parse_transport()641 *proto = nf_ct_protonum(ct); in ct_sip_parse_transport()
798 (clean->l4proto && nf_ct_protonum(i) != clean->l4proto)) in nf_nat_proto_remove()
140 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) in nf_ct_protonum() function
94 if (cp->app && nf_ct_protonum(ct) == IPPROTO_TCP && in ip_vs_update_conntrack()
223 switch (nf_ct_protonum(ct)) { in tcf_ct_flow_table_add_action_nat()416 switch (nf_ct_protonum(ct)) { in tcf_ct_flow_table_process_conn()
1045 if (nf_ct_protonum(ct) == IPPROTO_TCP && in __ovs_ct_lookup()