| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | xt_ipcomp.c | 40 static bool comp_mt(const struct sk_buff *skb, struct xt_action_param *par) in comp_mt() argument 65 static int comp_mt_check(const struct xt_mtchk_param *par) in comp_mt_check() argument
|
| H A D | xt_iprange.c | 17 iprange_mt4(const struct sk_buff *skb, struct xt_action_param *par) in iprange_mt4() argument 66 iprange_mt6(const struct sk_buff *skb, struct xt_action_param *par) in iprange_mt6() argument
|
| H A D | xt_esp.c | 36 static bool esp_mt(const struct sk_buff *skb, struct xt_action_param *par) in esp_mt() argument 60 static int esp_mt_check(const struct xt_mtchk_param *par) in esp_mt_check() argument
|
| H A D | xt_helper.c | 24 helper_mt(const struct sk_buff *skb, struct xt_action_param *par) in helper_mt() argument 54 static int helper_mt_check(const struct xt_mtchk_param *par) in helper_mt_check() argument 69 static void helper_mt_destroy(const struct xt_mtdtor_param *par) in helper_mt_destroy() argument [all...] |
| H A D | xt_CHECKSUM.c | 26 checksum_tg(struct sk_buff *skb, const struct xt_action_param *par) in checksum_tg() argument 34 static int checksum_tg_check(const struct xt_tgchk_param *par) in checksum_tg_check() argument
|
| H A D | xt_MASQUERADE.c | 19 static int masquerade_tg_check(const struct xt_tgchk_param *par) in masquerade_tg_check() argument 35 masquerade_tg(struct sk_buff *skb, const struct xt_action_param *par) in masquerade_tg() argument 49 static void masquerade_tg_destroy(const struct xt_tgdtor_param *par) in masquerade_tg_destroy() argument 56 masquerade_tg6(struct sk_buff *skb, const struct xt_action_param *par) masquerade_tg6() argument 61 masquerade_tg6_checkentry(const struct xt_tgchk_param *par) masquerade_tg6_checkentry() argument [all...] |
| H A D | xt_REDIRECT.c | 29 redirect_tg6(struct sk_buff *skb, const struct xt_action_param *par) in redirect_tg6() argument 34 static int redirect_tg6_checkentry(const struct xt_tgchk_param *par) in redirect_tg6_checkentry() argument 44 static void redirect_tg_destroy(const struct xt_tgdtor_param *par) in redirect_tg_destroy() argument 49 redirect_tg4_check(const struct xt_tgchk_param *par) redirect_tg4_check() argument 65 redirect_tg4(struct sk_buff *skb, const struct xt_action_param *par) redirect_tg4() argument [all...] |
| H A D | xt_NFLOG.c | 21 nflog_tg(struct sk_buff *skb, const struct xt_action_param *par) in nflog_tg() argument 42 static int nflog_tg_check(const struct xt_tgchk_param *par) in nflog_tg_check() argument 62 nflog_tg_destroy(const struct xt_tgdtor_param *par) nflog_tg_destroy() argument [all...] |
| H A D | xt_connlabel.c | 20 connlabel_mt(const struct sk_buff *skb, struct xt_action_param *par) in connlabel_mt() argument 49 static int connlabel_mt_check(const struct xt_mtchk_param *par) in connlabel_mt_check() argument 75 connlabel_mt_destroy(const struct xt_mtdtor_param *par) connlabel_mt_destroy() argument [all...] |
| H A D | xt_dscp.c | 25 dscp_mt(const struct sk_buff *skb, struct xt_action_param *par) in dscp_mt() argument 34 dscp_mt6(const struct sk_buff *skb, struct xt_action_param *par) in dscp_mt6() argument 42 static int dscp_mt_check(const struct xt_mtchk_param *par) in dscp_mt_check() argument 52 static bool tos_mt(const struct sk_buff *skb, struct xt_action_param *par) in tos_mt() argument
|
| H A D | xt_quota.c | 27 quota_mt(const struct sk_buff *skb, struct xt_action_param *par) in quota_mt() argument 46 static int quota_mt_check(const struct xt_mtchk_param *par) in quota_mt_check() argument 62 static void quota_mt_destroy(const struct xt_mtdtor_param *par) in quota_mt_destroy() argument
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | up.c | 58 int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, bool phys) in smp_call_on_cpu() argument
|
| /kernel/linux/linux-6.6/net/bridge/netfilter/ |
| H A D | ebt_snat.c | 21 ebt_snat_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_snat_tg() argument 46 static int ebt_snat_tg_check(const struct xt_tgchk_param *par) in ebt_snat_tg_check() argument
|
| H A D | ebt_arp.c | 20 ebt_arp_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_arp_mt() argument 101 static int ebt_arp_mt_check(const struct xt_mtchk_param *par) in ebt_arp_mt_check() argument
|
| H A D | ebt_arpreply.c | 20 ebt_arpreply_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_arpreply_tg() argument 62 static int ebt_arpreply_tg_check(const struct xt_tgchk_param *par) in ebt_arpreply_tg_check() argument
|
| H A D | ebt_802_3.c | 23 ebt_802_3_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_802_3_mt() argument 46 static int ebt_802_3_mt_check(const struct xt_mtchk_param *par) in ebt_802_3_mt_check() argument
|
| /kernel/linux/linux-6.6/net/ipv4/netfilter/ |
| H A D | ipt_ah.c | 30 static bool ah_mt(const struct sk_buff *skb, struct xt_action_param *par) in ah_mt() argument 55 static int ah_mt_check(const struct xt_mtchk_param *par) in ah_mt_check() argument
|
| H A D | ipt_SYNPROXY.c | 13 synproxy_tg4(struct sk_buff *skb, const struct xt_action_param *par) in synproxy_tg4() argument 64 static int synproxy_tg4_check(const struct xt_tgchk_param *par) in synproxy_tg4_check() argument 87 synproxy_tg4_destroy(const struct xt_tgdtor_param *par) synproxy_tg4_destroy() argument [all...] |
| H A D | ipt_ECN.c | 77 ecn_tg(struct sk_buff *skb, const struct xt_action_param *par) in ecn_tg() argument 93 static int ecn_tg_check(const struct xt_tgchk_param *par) in ecn_tg_check() argument
|
| H A D | ipt_REJECT.c | 31 reject_tg(struct sk_buff *skb, const struct xt_action_param *par) in reject_tg() argument 69 static int reject_tg_check(const struct xt_tgchk_param *par) in reject_tg_check() argument
|
| H A D | arpt_mangle.c | 13 target(struct sk_buff *skb, const struct xt_action_param *par) in target() argument 58 static int checkentry(const struct xt_tgchk_param *par) in checkentry() argument
|
| /kernel/linux/linux-6.6/net/ipv6/netfilter/ |
| H A D | ip6t_ipv6header.c | 27 ipv6header_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ipv6header_mt6() argument 120 static int ipv6header_mt6_check(const struct xt_mtchk_param *par) in ipv6header_mt6_check() argument
|
| H A D | ip6t_mh.c | 31 static bool mh_mt6(const struct sk_buff *skb, struct xt_action_param *par) in mh_mt6() argument 61 static int mh_mt6_check(const struct xt_mtchk_param *par) in mh_mt6_check() argument
|
| H A D | ip6t_SYNPROXY.c | 13 synproxy_tg6(struct sk_buff *skb, const struct xt_action_param *par) in synproxy_tg6() argument 66 static int synproxy_tg6_check(const struct xt_tgchk_param *par) in synproxy_tg6_check() argument 90 synproxy_tg6_destroy(const struct xt_tgdtor_param *par) synproxy_tg6_destroy() argument [all...] |
| H A D | ip6t_REJECT.c | 35 reject_tg6(struct sk_buff *skb, const struct xt_action_param *par) in reject_tg6() argument 78 reject_tg6_check(const struct xt_tgchk_param *par) reject_tg6_check() argument [all...] |