Home
last modified time | relevance | path

Searched defs:par (Results 176 - 200 of 702) sorted by relevance

12345678910>>...29

/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_TCPOPTSTRIP.c89 tcpoptstrip_tg4(struct sk_buff *skb, const struct xt_action_param *par) in tcpoptstrip_tg4() argument
96 tcpoptstrip_tg6(struct sk_buff *skb, const struct xt_action_param *par) in tcpoptstrip_tg6() argument
29 tcpoptstrip_mangle_packet(struct sk_buff *skb, const struct xt_action_param *par, unsigned int tcphoff) tcpoptstrip_mangle_packet() argument
H A Dxt_NFQUEUE.c29 nfqueue_tg(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg() argument
37 nfqueue_tg_v1(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v1() argument
50 nfqueue_tg_v2(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v2() argument
60 static int nfqueue_tg_check(const struct xt_tgchk_param *par) in nfqueue_tg_check() argument
86 nfqueue_tg_v3(struct sk_buff *skb, const struct xt_action_param *par) nfqueue_tg_v3() argument
[all...]
H A Dxt_ecn.c27 static bool match_tcp(const struct sk_buff *skb, struct xt_action_param *par) in match_tcp() argument
70 static bool ecn_mt4(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt4() argument
84 static int ecn_mt_check4(const struct xt_mtchk_param *par) in ecn_mt_check4() argument
112 static bool ecn_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt6() argument
126 ecn_mt_check6(const struct xt_mtchk_param *par) ecn_mt_check6() argument
[all...]
H A Dxt_rateest.c15 xt_rateest_mt(const struct sk_buff *skb, struct xt_action_param *par) in xt_rateest_mt() argument
72 static int xt_rateest_mt_checkentry(const struct xt_mtchk_param *par) in xt_rateest_mt_checkentry() argument
116 static void xt_rateest_mt_destroy(const struct xt_mtdtor_param *par) in xt_rateest_mt_destroy() argument
[all...]
H A Dxt_cgroup.c26 static int cgroup_mt_check_v0(const struct xt_mtchk_param *par) in cgroup_mt_check_v0() argument
36 static int cgroup_mt_check_v1(const struct xt_mtchk_param *par) in cgroup_mt_check_v1() argument
68 static int cgroup_mt_check_v2(const struct xt_mtchk_param *par) in cgroup_mt_check_v2() argument
101 cgroup_mt_v0(const struct sk_buff *skb, struct xt_action_param *par) in cgroup_mt_v0() argument
113 static bool cgroup_mt_v1(const struct sk_buff *skb, struct xt_action_param *par) in cgroup_mt_v1() argument
131 cgroup_mt_v2(const struct sk_buff *skb, struct xt_action_param *par) cgroup_mt_v2() argument
149 cgroup_mt_destroy_v1(const struct xt_mtdtor_param *par) cgroup_mt_destroy_v1() argument
157 cgroup_mt_destroy_v2(const struct xt_mtdtor_param *par) cgroup_mt_destroy_v2() argument
[all...]
H A Dxt_connbytes.c21 connbytes_mt(const struct sk_buff *skb, struct xt_action_param *par) in connbytes_mt() argument
98 static int connbytes_mt_check(const struct xt_mtchk_param *par) in connbytes_mt_check() argument
130 static void connbytes_mt_destroy(const struct xt_mtdtor_param *par) in connbytes_mt_destroy() argument
[all...]
H A Dxt_owner.c20 static int owner_check(const struct xt_mtchk_param *par) in owner_check() argument
63 owner_mt(const struct sk_buff *skb, struct xt_action_param *par) in owner_mt() argument
H A Dxt_u32.c90 static bool u32_mt(const struct sk_buff *skb, struct xt_action_param *par) in u32_mt() argument
99 static int u32_mt_checkentry(const struct xt_mtchk_param *par) in u32_mt_checkentry() argument
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Debt_vlan.c26 ebt_vlan_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_vlan_mt() argument
77 static int ebt_vlan_mt_check(const struct xt_mtchk_param *par) in ebt_vlan_mt_check() argument
H A Debt_mark.c23 ebt_mark_tg(struct sk_buff *skb, const struct xt_action_param *par) in ebt_mark_tg() argument
40 static int ebt_mark_tg_check(const struct xt_tgchk_param *par) in ebt_mark_tg_check() argument
H A Debt_mark_m.c17 ebt_mark_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_mark_mt() argument
26 static int ebt_mark_mt_check(const struct xt_mtchk_param *par) in ebt_mark_mt_check() argument
H A Debt_ip.c38 ebt_ip_mt(const struct sk_buff *skb, struct xt_action_param *par) in ebt_ip_mt() argument
104 static int ebt_ip_mt_check(const struct xt_mtchk_param *par) in ebt_ip_mt_check() argument
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dip6t_frag.c35 frag_mt6(const struct sk_buff *skb, struct xt_action_param *par) in frag_mt6() argument
101 static int frag_mt6_check(const struct xt_mtchk_param *par) in frag_mt6_check() argument
H A Dip6t_ah.c36 static bool ah_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ah_mt6() argument
86 static int ah_mt6_check(const struct xt_mtchk_param *par) in ah_mt6_check() argument
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c201 static void __hyp_call_panic(u64 spsr, u64 elr, u64 par) in __hyp_call_panic() argument
223 u64 par = read_sysreg_par(); in hyp_panic() local
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c262 u64 par = read_sysreg_par(); in hyp_panic() local
/kernel/linux/linux-5.10/drivers/char/
H A Dhangcheck-timer.c71 int par; in hangcheck_parse_tick() local
79 int par; in hangcheck_parse_margin() local
87 int par; in hangcheck_parse_reboot() local
95 int par; in hangcheck_parse_dump_tasks() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c296 static void __hyp_call_panic(u64 spsr, u64 elr, u64 par) in __hyp_call_panic() argument
318 u64 par = read_sysreg_par(); in hyp_panic() local
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c72 u64 tcr, par, reg; in arm_smmu_alloc_shared_cd() local
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dn411.c48 static void n411_set_ctl(struct hecubafb_par *par, unsigned char bit, unsigned in n411_set_ctl() argument
68 static unsigned char n411_get_ctl(struct hecubafb_par *par) in n411_get_ctl() argument
73 static void n411_set_data(struct hecubafb_par *par, unsigned char value) in n411_set_data() argument
78 static void n411_wait_for_ack(struct hecubafb_par *par, int clear) in n411_wait_for_ack() argument
95 static int n411_init_control(struct hecubafb_par *par) in n411_init_control() argument
121 static int n411_init_board(struct hecubafb_par *par) in n411_init_board() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
H A Di810_gtf.c124 i810fb_encode_registers(const struct fb_var_screeninfo *var, struct i810fb_par *par, u32 xres, u32 yres) i810fb_encode_registers() argument
224 i810_get_watermark(const struct fb_var_screeninfo *var, struct i810fb_par *par) i810_get_watermark() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c25 struct savagefb_par *par = info->par; in savagefb_sync() local
33 struct savagefb_par *par = info->par; in savagefb_copyarea() local
67 struct savagefb_par *par in savagefb_fillrect() local
94 struct savagefb_par *par = info->par; savagefb_imageblit() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/
H A Dnv_driver.c46 static inline unsigned char MISCin(struct riva_par *par) in MISCin() argument
52 riva_is_connected(struct riva_par *par, Bool second) in riva_is_connected() argument
86 riva_override_CRTC(struct riva_par *par) in riva_override_CRTC() argument
100 riva_is_second(struct riva_par *par) riva_is_second() argument
155 riva_get_memlen(struct riva_par *par) riva_get_memlen() argument
273 riva_get_maxdclk(struct riva_par *par) riva_get_maxdclk() argument
315 riva_common_setup(struct riva_par *par) riva_common_setup() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Dmach64_cursor.c70 struct atyfb_par *par = (struct atyfb_par *) info->par; in atyfb_cursor() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/mb862xx/
H A Dmb862xx-i2c.c19 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_wait_event() local
34 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_do_address() local
47 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_write_byte() local
58 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_read_byte() local
69 struct mb862xxfb_par *par = adap->algo_data; in mb862xx_i2c_stop() local
106 struct mb862xxfb_par *par in mb862xx_xfer() local
154 mb862xx_i2c_init(struct mb862xxfb_par *par) mb862xx_i2c_init() argument
162 mb862xx_i2c_exit(struct mb862xxfb_par *par) mb862xx_i2c_exit() argument
[all...]

Completed in 8 milliseconds

12345678910>>...29