Home
last modified time | relevance | path

Searched refs:ip_align (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.h966 int ip_align; member
A Dmtk_eth_soc.c1314 eth->ip_align, in mtk_poll_rx()
1734 ring->data[i] + NET_SKB_PAD + eth->ip_align, in mtk_rx_alloc()
3079 eth->ip_align = NET_IP_ALIGN; in mtk_probe()
/linux/net/core/
A Dfilter.c474 const int ip_align = NET_IP_ALIGN; in convert_bpf_ld_abs() local
481 offset + ip_align >= 0 && in convert_bpf_ld_abs()
482 offset + ip_align % size == 0))) { in convert_bpf_ld_abs()
/linux/kernel/bpf/
A Dverifier.c3687 int ip_align; in check_pkt_ptr_alignment() local
3701 ip_align = 2; in check_pkt_ptr_alignment()
3703 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()
3710 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()

Completed in 45 milliseconds