/kernel/linux/linux-5.10/net/sched/ |
H A D | act_csum.c | 126 * @ipl: complete packet length 133 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() 139 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 147 unsigned int ipl) in tcf_csum_ipv4_icmp() 151 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph)); in tcf_csum_ipv4_icmp() 156 skb->csum = csum_partial(icmph, ipl - ihl, 0); in tcf_csum_ipv4_icmp() 165 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() 169 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph)); in tcf_csum_ipv4_igmp() 174 skb->csum = csum_partial(igmph, ipl in tcf_csum_ipv4_igmp() 132 tcf_csum_skb_nextlayer(struct sk_buff *skb, unsigned int ihl, unsigned int ipl, unsigned int jhl) tcf_csum_skb_nextlayer() argument 146 tcf_csum_ipv4_icmp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv4_icmp() argument 164 tcf_csum_ipv4_igmp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv4_igmp() argument 182 tcf_csum_ipv6_icmp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv6_icmp() argument 204 tcf_csum_ipv4_tcp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv4_tcp() argument 228 tcf_csum_ipv6_tcp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv6_tcp() argument 253 tcf_csum_ipv4_udp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl, int udplite) tcf_csum_ipv4_udp() argument 309 tcf_csum_ipv6_udp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl, int udplite) tcf_csum_ipv6_udp() argument 364 tcf_csum_sctp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_sctp() argument [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_csum.c | 127 * @ipl: complete packet length 134 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() 140 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 148 unsigned int ipl) in tcf_csum_ipv4_icmp() 152 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph)); in tcf_csum_ipv4_icmp() 157 skb->csum = csum_partial(icmph, ipl - ihl, 0); in tcf_csum_ipv4_icmp() 166 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() 170 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph)); in tcf_csum_ipv4_igmp() 175 skb->csum = csum_partial(igmph, ipl in tcf_csum_ipv4_igmp() 133 tcf_csum_skb_nextlayer(struct sk_buff *skb, unsigned int ihl, unsigned int ipl, unsigned int jhl) tcf_csum_skb_nextlayer() argument 147 tcf_csum_ipv4_icmp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv4_icmp() argument 165 tcf_csum_ipv4_igmp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv4_igmp() argument 183 tcf_csum_ipv6_icmp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv6_icmp() argument 205 tcf_csum_ipv4_tcp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv4_tcp() argument 229 tcf_csum_ipv6_tcp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_ipv6_tcp() argument 254 tcf_csum_ipv4_udp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl, int udplite) tcf_csum_ipv4_udp() argument 310 tcf_csum_ipv6_udp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl, int udplite) tcf_csum_ipv6_udp() argument 365 tcf_csum_sctp(struct sk_buff *skb, unsigned int ihl, unsigned int ipl) tcf_csum_sctp() argument [all...] |
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | irqflags.h | 25 #define setipl(ipl) ((void) swpipl(ipl))
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | irqflags.h | 25 #define setipl(ipl) ((void) swpipl(ipl))
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | head.S | 14 * 3) generate the tape ipl header, store the generated image on a tape 15 * and ipl from it 17 * 4) generate the vm reader ipl header, move the generated image to the 18 * VM reader (use option NOH!) and do a ipl from reader (VM only) 20 * We use the cpuid to distinguish between VM and native ipl 39 .long 0x02000018,0x60000050 # by ipl to addresses 0-23. 46 .long 0x02000230,0x60000050 # by ipl and load the range 166 l %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number 168 bas %r14,.Lloader # load rest of ipl image 170 st %r1,IPL_DEVICE+ARCH_OFFSET-PARMAREA(%r12) # save ipl devic [all...] |
H A D | ipl_report.c | 8 #include <uapi/asm/ipl.h>
|
/kernel/linux/linux-5.10/drivers/dio/ |
H A D | dio-sysfs.c | 34 return sprintf(buf, "0x%02x\n", d->ipl); in dio_show_ipl() 36 static DEVICE_ATTR(ipl, S_IRUGO, dio_show_ipl, NULL);
|
H A D | dio.c | 248 dev->ipl = DIO_IPL(va); in dio_init() 250 printk(KERN_INFO "select code %3d: ipl %d: ID %02X", dev->scode, dev->ipl, prid); in dio_init()
|
/kernel/linux/linux-6.6/drivers/dio/ |
H A D | dio-sysfs.c | 34 return sprintf(buf, "0x%02x\n", d->ipl); in dio_show_ipl() 36 static DEVICE_ATTR(ipl, S_IRUGO, dio_show_ipl, NULL);
|
H A D | dio.c | 249 dev->ipl = DIO_IPL(va); in dio_init() 251 printk(KERN_INFO "select code %3d: ipl %d: ID %02X", dev->scode, dev->ipl, prid); in dio_init()
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | head.S | 13 * 3) generate the tape ipl header, store the generated image on a tape 14 * and ipl from it 16 * 4) generate the vm reader ipl header, move the generated image to the 17 * VM reader (use option NOH!) and do a ipl from reader (VM only) 19 * We use the cpuid to distinguish between VM and native ipl 45 llgf %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number 47 bras %r14,.Lloader # load rest of ipl image 49 stg %r1,IPL_DEVICE-PARMAREA(%r12) # save ipl device number 51 # load parameter file from ipl device 78 # load ramdisk from ipl devic [all...] |
H A D | ipl_report.c | 9 #include <uapi/asm/ipl.h>
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | ipl_vmparm.c | 3 #include <asm/ipl.h>
|
H A D | kexec_image.c | 13 #include <asm/ipl.h>
|
H A D | jump_label.c | 11 #include <asm/ipl.h>
|
H A D | kexec_elf.c | 13 #include <asm/ipl.h>
|
H A D | machine_kexec.c | 20 #include <asm/ipl.h>
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | ipl_vmparm.c | 5 #include <asm/ipl.h>
|
H A D | kexec_image.c | 13 #include <asm/ipl.h>
|
H A D | jump_label.c | 12 #include <asm/ipl.h>
|
H A D | kexec_elf.c | 13 #include <asm/ipl.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | hplance.c | 106 dev->name, d->name, d->scode, dev->dev_addr, d->ipl); in hplance_init_one() 157 lp->lance.irq = d->ipl; in hplance_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | hplance.c | 106 dev->name, d->name, d->scode, dev->dev_addr, d->ipl); in hplance_init_one() 159 lp->lance.irq = d->ipl; in hplance_init()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ipl.h | 3 * s390 (re)ipl support 15 #include <uapi/asm/ipl.h>
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ipl.h | 3 * s390 (re)ipl support 16 #include <uapi/asm/ipl.h>
|