Home
last modified time | relevance | path

Searched refs:ip_align (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h919 int ip_align; member
H A Dmtk_eth_soc.c1328 eth->ip_align, in mtk_poll_rx()
1734 ring->data[i] + NET_SKB_PAD + eth->ip_align, in mtk_rx_alloc()
2982 eth->ip_align = NET_IP_ALIGN; in mtk_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h1285 int ip_align; member
H A Dmtk_eth_soc.c2110 new_data + NET_SKB_PAD + eth->ip_align, in mtk_poll_rx()
2668 data + NET_SKB_PAD + eth->ip_align, in mtk_rx_alloc()
4742 eth->ip_align = NET_IP_ALIGN; in mtk_probe()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c3357 int ip_align; in check_pkt_ptr_alignment() local
3371 ip_align = 2; in check_pkt_ptr_alignment()
3373 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()
3380 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c479 const int ip_align = NET_IP_ALIGN; in convert_bpf_ld_abs() local
486 offset + ip_align >= 0 && in convert_bpf_ld_abs()
487 offset + ip_align % size == 0))) { in convert_bpf_ld_abs()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c479 const int ip_align = NET_IP_ALIGN; in convert_bpf_ld_abs() local
486 offset + ip_align >= 0 && in convert_bpf_ld_abs()
487 offset + ip_align % size == 0))) { in convert_bpf_ld_abs()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c5716 int ip_align; in check_pkt_ptr_alignment() local
5730 ip_align = 2; in check_pkt_ptr_alignment()
5732 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()
5739 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()

Completed in 76 milliseconds