| /linux-6.15/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() 46 static int ebt_snat_tg_check(const struct xt_tgchk_param *par) in ebt_snat_tg_check()
|
| 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() 46 static int ebt_802_3_mt_check(const struct xt_mtchk_param *par) in ebt_802_3_mt_check()
|
| H A D | ebt_arp.c | 20 ebt_arp_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_arp_mt() 101 static int ebt_arp_mt_check(const struct xt_mtchk_param *par) in ebt_arp_mt_check()
|
| H A D | ebt_arpreply.c | 20 ebt_arpreply_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_arpreply_tg() 62 static int ebt_arpreply_tg_check(const struct xt_tgchk_param *par) in ebt_arpreply_tg_check()
|
| H A D | ebt_vlan.c | 26 ebt_vlan_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_vlan_mt() 77 static int ebt_vlan_mt_check(const struct xt_mtchk_param *par) in ebt_vlan_mt_check()
|
| /linux-6.15/net/netfilter/ |
| H A D | xt_addrtype.c | 111 addrtype_mt_v0(const struct sk_buff *skb, struct xt_action_param *par) in addrtype_mt_v0() 129 addrtype_mt_v1(const struct sk_buff *skb, struct xt_action_param *par) in addrtype_mt_v1() 156 static int addrtype_mt_checkentry_v1(const struct xt_mtchk_param *par) in addrtype_mt_checkentry_v1()
|
| H A D | xt_hashlimit.c | 727 hashlimit_mt_common(const struct sk_buff *skb, struct xt_action_param *par, in hashlimit_mt_common() 800 hashlimit_mt_v1(const struct sk_buff *skb, struct xt_action_param *par) in hashlimit_mt_v1() 815 hashlimit_mt_v2(const struct sk_buff *skb, struct xt_action_param *par) in hashlimit_mt_v2() 830 hashlimit_mt(const struct sk_buff *skb, struct xt_action_param *par) in hashlimit_mt() 840 static int hashlimit_mt_check_common(const struct xt_mtchk_param *par, in hashlimit_mt_check_common() 912 static int hashlimit_mt_check_v1(const struct xt_mtchk_param *par) in hashlimit_mt_check_v1() 930 static int hashlimit_mt_check_v2(const struct xt_mtchk_param *par) in hashlimit_mt_check_v2() 948 static int hashlimit_mt_check(const struct xt_mtchk_param *par) in hashlimit_mt_check() 961 static void hashlimit_mt_destroy_v2(const struct xt_mtdtor_param *par) in hashlimit_mt_destroy_v2() 968 static void hashlimit_mt_destroy_v1(const struct xt_mtdtor_param *par) in hashlimit_mt_destroy_v1() [all …]
|
| H A D | xt_RATEEST.c | 94 xt_rateest_tg(struct sk_buff *skb, const struct xt_action_param *par) in xt_rateest_tg() 107 static int xt_rateest_tg_checkentry(const struct xt_tgchk_param *par) in xt_rateest_tg_checkentry() 175 static void xt_rateest_tg_destroy(const struct xt_tgdtor_param *par) in xt_rateest_tg_destroy()
|
| H A D | xt_physdev.c | 24 physdev_mt(const struct sk_buff *skb, struct xt_action_param *par) in physdev_mt() 94 static int physdev_mt_check(const struct xt_mtchk_param *par) in physdev_mt_check()
|
| H A D | xt_ipcomp.c | 40 static bool comp_mt(const struct sk_buff *skb, struct xt_action_param *par) in comp_mt() 65 static int comp_mt_check(const struct xt_mtchk_param *par) in comp_mt_check()
|
| H A D | xt_esp.c | 36 static bool esp_mt(const struct sk_buff *skb, struct xt_action_param *par) in esp_mt() 60 static int esp_mt_check(const struct xt_mtchk_param *par) in esp_mt_check()
|
| H A D | xt_iprange.c | 17 iprange_mt4(const struct sk_buff *skb, struct xt_action_param *par) in iprange_mt4() 66 iprange_mt6(const struct sk_buff *skb, struct xt_action_param *par) in iprange_mt6()
|
| /linux-6.15/drivers/staging/fbtft/ |
| H A D | fb_ili9481.c | 45 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye) in set_addr_win() 59 static int set_var(struct fbtft_par *par) in set_var()
|
| /linux-6.15/net/ipv4/netfilter/ |
| H A D | ipt_REJECT.c | 31 reject_tg(struct sk_buff *skb, const struct xt_action_param *par) in reject_tg() 69 static int reject_tg_check(const struct xt_tgchk_param *par) in reject_tg_check()
|
| H A D | arpt_mangle.c | 13 target(struct sk_buff *skb, const struct xt_action_param *par) in target() 58 static int checkentry(const struct xt_tgchk_param *par) in checkentry()
|
| H A D | ipt_ah.c | 30 static bool ah_mt(const struct sk_buff *skb, struct xt_action_param *par) in ah_mt() 55 static int ah_mt_check(const struct xt_mtchk_param *par) in ah_mt_check()
|
| /linux-6.15/net/ipv6/netfilter/ |
| H A D | ip6t_REJECT.c | 35 reject_tg6(struct sk_buff *skb, const struct xt_action_param *par) in reject_tg6() 78 static int reject_tg6_check(const struct xt_tgchk_param *par) in reject_tg6_check()
|
| H A D | ip6t_ipv6header.c | 27 ipv6header_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ipv6header_mt6() 120 static int ipv6header_mt6_check(const struct xt_mtchk_param *par) in ipv6header_mt6_check()
|
| H A D | ip6t_mh.c | 31 static bool mh_mt6(const struct sk_buff *skb, struct xt_action_param *par) in mh_mt6() 61 static int mh_mt6_check(const struct xt_mtchk_param *par) in mh_mt6_check()
|
| H A D | ip6t_frag.c | 35 frag_mt6(const struct sk_buff *skb, struct xt_action_param *par) in frag_mt6() 101 static int frag_mt6_check(const struct xt_mtchk_param *par) in frag_mt6_check()
|
| H A D | ip6t_ah.c | 36 static bool ah_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ah_mt6() 86 static int ah_mt6_check(const struct xt_mtchk_param *par) in ah_mt6_check()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | amifb.c | 1516 struct amifb_par *par) in ami_encode_var() 1601 struct amifb_par *par = info->par; in ami_update_par() local 1671 struct amifb_par *par = info->par; in ami_pan_var() local 1832 const struct amifb_par *par) in ami_get_fix_cursorinfo() 1843 const struct amifb_par *par) in ami_get_var_cursorinfo() 2043 struct amifb_par *par) in ami_set_cursorstate() 2241 struct amifb_par *par = info->par; in ami_build_copper() local 2381 struct amifb_par par; in amifb_check_var() local 2396 struct amifb_par *par = info->par; in amifb_set_par() local 3160 struct amifb_par *par = info->par; in amifb_fillrect() local [all …]
|
| H A D | ffb.c | 376 static void FFBFifo(struct ffb_par *par, int n) in FFBFifo() 391 static void FFBWait(struct ffb_par *par) in FFBWait() 409 struct ffb_par *par = (struct ffb_par *)p->par; in ffb_sync() local 458 struct ffb_par *par = (struct ffb_par *)info->par; in ffb_pan_display() local 478 struct ffb_par *par = (struct ffb_par *)info->par; in ffb_fillrect() local 518 struct ffb_par *par = (struct ffb_par *)info->par; in ffb_copyarea() local 552 struct ffb_par *par = (struct ffb_par *)info->par; in ffb_imageblit() local 675 struct ffb_par *par = (struct ffb_par *)info->par; in ffb_blank() local 854 struct ffb_par *par = (struct ffb_par *)info->par; in ffb_sbusfb_mmap() local 903 struct ffb_par *par; in ffb_probe() local [all …]
|
| H A D | cg14.c | 201 static void __cg14_reset(struct cg14_par *par) in __cg14_reset() 213 struct cg14_par *par = (struct cg14_par *) info->par; in cg14_pan_display() local 241 struct cg14_par *par = (struct cg14_par *) info->par; in cg14_setcolreg() local 263 struct cg14_par *par = (struct cg14_par *) info->par; in cg14_sbusfb_mmap() local 272 struct cg14_par *par = (struct cg14_par *) info->par; in cg14_sbusfb_ioctl() local 443 struct cg14_par *par) in cg14_unmap_regs() 463 struct cg14_par *par; in cg14_probe() local 569 struct cg14_par *par = info->par; in cg14_remove() local
|
| /linux-6.15/drivers/video/fbdev/savage/ |
| H A D | savagefb-i2c.c | 169 struct savagefb_par *par = info->par; in savagefb_create_i2c_busses() local 210 struct savagefb_par *par = info->par; in savagefb_delete_i2c_busses() local 220 struct savagefb_par *par = info->par; in savagefb_probe_i2c_connector() local
|