Home
last modified time | relevance | path

Searched refs:hook_state (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/netfilter/
Dnf_conntrack_proto_tcp.c511 const struct nf_hook_state *hook_state) in tcp_in_window() argument
641 return nf_tcp_log_invalid(skb, ct, hook_state, sender, NFCT_TCP_IGNORE, in tcp_in_window()
645 return nf_tcp_log_invalid(skb, ct, hook_state, sender, NFCT_TCP_INVALID, in tcp_in_window()
651 return nf_tcp_log_invalid(skb, ct, hook_state, sender, NFCT_TCP_INVALID, in tcp_in_window()
659 return nf_tcp_log_invalid(skb, ct, hook_state, sender, NFCT_TCP_IGNORE, in tcp_in_window()
663 return nf_tcp_log_invalid(skb, ct, hook_state, sender, NFCT_TCP_IGNORE, in tcp_in_window()
724 const struct nf_hook_state *hook_state) in nf_tcp_handle_invalid() argument
765 nf_ct_l4proto_log_invalid(skb, ct, hook_state, in nf_tcp_handle_invalid()
Dnf_conntrack_proto_dccp.c386 const struct nf_hook_state *hook_state) in dccp_new() argument
418 nf_ct_l4proto_log_invalid(skb, ct, hook_state, "%s", msg); in dccp_new()