Searched refs:hl (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/net/sched/ |
D | act_csum.c | 105 int hl = ihl + jhl; in tcf_csum_skb_nextlayer() local 107 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 109 !skb_clone_writable(skb, hl + ntkoff) && in tcf_csum_skb_nextlayer() 422 unsigned int hl, ixhl; in tcf_csum_ipv6() local 429 hl = sizeof(*ip6h); in tcf_csum_ipv6() 431 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6() 446 if (!pskb_may_pull(skb, hl + sizeof(*ip6xh) + ntkoff)) in tcf_csum_ipv6() 448 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6() 450 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6() 452 ip6xh = (void *)(skb_network_header(skb) + hl); in tcf_csum_ipv6() [all …]
|
/linux-4.4.14/net/802/ |
D | fddi.c | 56 int hl = FDDI_K_SNAP_HLEN; in fddi_header() local 60 hl=FDDI_K_8022_HLEN-3; in fddi_header() 61 fddi = (struct fddihdr *)skb_push(skb, hl); in fddi_header() 84 return hl; in fddi_header() 87 return -hl; in fddi_header()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | mca_drv.c | 221 {slidx_list_t *hl = &slidx_pool.buffer[slidx_pool.cur_idx]; \ 222 hl->hdr = ptr; \ 223 list_add(&hl->list, &(sect)); \
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_ppp.c | 861 unsigned short hl; in isdn_ppp_write() local 868 hl = dev->drv[lp->isdn_device]->interface->hl_hdrlen; in isdn_ppp_write() 869 skb = alloc_skb(hl + count, GFP_ATOMIC); in isdn_ppp_write() 874 skb_reserve(skb, hl); in isdn_ppp_write() 1350 unsigned short hl; in isdn_ppp_xmit() local 1356 hl = dev->drv[lp->isdn_device]->interface->hl_hdrlen + IPPP_MAX_HEADER; in isdn_ppp_xmit() 1363 new_skb = alloc_skb(hl + skb->len, GFP_ATOMIC); in isdn_ppp_xmit() 1368 skb_reserve(new_skb, hl); in isdn_ppp_xmit() 2228 int hl; in isdn_ppp_ccp_xmit_reset() local 2233 hl = dev->drv[lp->isdn_device]->interface->hl_hdrlen; in isdn_ppp_ccp_xmit_reset() [all …]
|
D | isdn_common.c | 1980 int hl = dev->drv[drvidx]->interface->hl_hdrlen; in isdn_writebuf_stub() local 1981 struct sk_buff *skb = alloc_skb(hl + len, GFP_ATOMIC); in isdn_writebuf_stub() 1985 skb_reserve(skb, hl); in isdn_writebuf_stub() 2025 int hl = dev->drv[drvidx]->interface->hl_hdrlen; in isdn_writebuf_skb_stub() local 2027 if (skb_headroom(skb) < hl) { in isdn_writebuf_skb_stub() 2038 skb_tmp = skb_realloc_headroom(skb, hl); in isdn_writebuf_skb_stub()
|
D | isdn_net.c | 1414 unsigned short hl = dev->drv[lp->isdn_device]->interface->hl_hdrlen; in isdn_net_ciscohdlck_alloc_skb() local 1417 skb = alloc_skb(hl + len, GFP_ATOMIC); in isdn_net_ciscohdlck_alloc_skb() 1419 skb_reserve(skb, hl); in isdn_net_ciscohdlck_alloc_skb()
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | dialog.h | 106 int hl; /* highlight this item */ member
|
D | util.c | 68 dlg.dialog.hl = (h); \ 185 if (color->hl) in init_one_color()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 176 tristate '"hl" hoplimit match support'
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | cs.po | 496 "vypsány ladicí informace, což může být užitečné například při hlášení chyb.\n"
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 1157 tristate '"hl" hoplimit/TTL match support'
|