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()
189 int l4num = nf_ct_protonum(ct); in flow_offload_fixup_ct()273 int l4num = nf_ct_protonum(flow->ct); in flow_offload_get_timeout()
199 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ctnetlink_dump_protoinfo()634 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ctnetlink_proto_size()2001 nf_ct_protonum(ct)); in ctnetlink_change_helper()2074 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in ctnetlink_change_protoinfo()2310 nf_ct_protonum(ct)); in ctnetlink_create_conntrack()2322 nf_ct_protonum(ct)); in ctnetlink_create_conntrack()2931 nf_ct_protonum(ct)); in ctnetlink_glue_attach_expect()3083 nat_tuple.dst.protonum = nf_ct_protonum(master); in ctnetlink_exp_dump_expect()3643 nf_ct_protonum(ct)); in ctnetlink_create_expect()3653 nf_ct_protonum(ct)); in ctnetlink_create_expect()
66 if (nf_ct_protonum(ct) != IPPROTO_TCP) in nf_ct_tcp_seqadj_set()
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()
596 if (unlikely(nf_ct_protonum(ct) == IPPROTO_GRE)) in nf_ct_destroy()1138 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in nf_ct_resolve_clash()1456 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in gc_worker_can_early_drop()1931 switch (nf_ct_protonum(ct)) { in nf_conntrack_handle_packet()
165 nft_reg_store8(dest, nf_ct_protonum(ct)); in nft_ct_get_eval()1130 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()
142 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()415 switch (nf_ct_protonum(ct)) { in tcf_ct_flow_table_process_conn()
1044 if (nf_ct_protonum(ct) == IPPROTO_TCP && in __ovs_ct_lookup()