Searched refs:nf_ct_protonum (Results 1 – 15 of 15) 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()
200 int l4num = nf_ct_protonum(ct); in flow_offload_fixup_ct() 308 int l4num = nf_ct_protonum(flow->ct); in flow_offload_get_timeout() 525 u8 l4proto = nf_ct_protonum(ct); in nf_flow_table_extend_ct_timeout()
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()424 if (nf_ct_protonum(ct) == IPPROTO_TCP && in nf_ct_tcp_fixup()
66 if (nf_ct_protonum(ct) != IPPROTO_TCP) in nf_ct_tcp_seqadj_set()
585 if (unlikely(nf_ct_protonum(ct) == IPPROTO_GRE)) in nf_ct_destroy()1183 l4proto = nf_ct_l4proto_find(nf_ct_protonum(ct)); in nf_ct_resolve_clash()1501 u8 protonum = nf_ct_protonum(ct); in gc_worker_can_early_drop()1977 switch (nf_ct_protonum(ct)) { in nf_conntrack_handle_packet()2717 switch (nf_ct_protonum(ct)) { in nf_conntrack_set_closing()
100 t->proto = nf_ct_protonum(ct); in hmark_ct_set_htuple()
156 nft_reg_store8(dest, nf_ct_protonum(ct)); in nft_ct_get_eval()1171 priv->l4proto != nf_ct_protonum(ct)) in nft_ct_helper_obj_eval()
229 return nf_ct_l4proto_find(nf_ct_protonum(ct))->allow_clash; in nf_nat_allow_clash()989 (clean->l4proto && nf_ct_protonum(i) != clean->l4proto)) in nf_nat_proto_remove()
74 if (nf_ct_protonum(conn) == IPPROTO_TCP) in already_closed()
668 switch (nf_ct_protonum(ct)) { in nf_nat_inet_port_was_mangled()
93 if (cp->app && nf_ct_protonum(ct) == IPPROTO_TCP && in ip_vs_update_conntrack()
145 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) in nf_ct_protonum() 144 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) nf_ct_protonum() function
230 switch (nf_ct_protonum(ct)) { in tcf_ct_flow_table_add_action_nat() 468 switch (nf_ct_protonum(ct)) { in tcf_ct_flow_table_process_conn()
827 if (nf_ct_protonum(ct) == IPPROTO_TCP && in __ovs_ct_lookup()