Home
last modified time | relevance | path

Searched refs:ipl (Results 1 – 9 of 9) sorted by relevance

/linux/net/sched/
H A Dact_csum.c135 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() argument
141 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer()
149 unsigned int ipl) in tcf_csum_ipv4_icmp() argument
153 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph)); in tcf_csum_ipv4_icmp()
158 skb->csum = csum_partial(icmph, ipl - ihl, 0); in tcf_csum_ipv4_icmp()
167 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() argument
171 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph)); in tcf_csum_ipv4_igmp()
176 skb->csum = csum_partial(igmph, ipl - ihl, 0); in tcf_csum_ipv4_igmp()
185 unsigned int ipl) in tcf_csum_ipv6_icmp() argument
190 icmp6h = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmp6h)); in tcf_csum_ipv6_icmp()
[all …]
/linux/arch/alpha/include/asm/
H A Dirqflags.h25 #define setipl(ipl) ((void) swpipl(ipl)) argument
/linux/drivers/dio/
H A Ddio-sysfs.c34 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 Ddio.c249 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()
/linux/drivers/net/ethernet/amd/
H A Dhplance.c106 dev->name, d->name, d->scode, dev->dev_addr, d->ipl); in hplance_init_one()
159 lp->lance.irq = d->ipl; in hplance_init()
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py927 ipl = sim.ip_link_show(xdp=True) variable
929 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"],
941 ipl = sim.ip_link_show(xdp=True) variable
943 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"],
1009 ipl = sim.ip_link_show(xdp=True) variable
1010 link_xdp = ipl["xdp"]["prog"]
/linux/include/linux/
H A Ddio.h51 u8 ipl; member
/linux/drivers/tty/serial/8250/
H A D8250_hp300.c174 uart.port.irq = d->ipl; in hpdca_init_one()
/linux/arch/s390/kernel/
H A Dipl.c579 IPL_ATTR_BR_CHR_SHOW_FN(ipl, ipl_block.eckd);