Home
last modified time | relevance | path

Searched refs:ovr (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dcmsg_ip.sh51 for ovr in setsock cmsg both diff; do
59 [ $ovr == "setsock" ] && m="-F $df"
60 [ $ovr == "cmsg" ] && m="-f $df"
61 [ $ovr == "both" ] && m="-F $df -f $df"
62 [ $ovr == "diff" ] && m="-F $((1 - df)) -f $df"
65 check_result $? $df "DONTFRAG $prot $ovr"
84 for ovr in setsock cmsg both diff; do
91 [ $ovr == "setsock" ] && m="-C"
92 [ $ovr == "cmsg" ] && m="-c"
93 [ $ovr == "both" ] && m="-C $((TOS2)) -c"
[all …]
H A Dcmsg_so_mark.sh47 for ovr in setsock cmsg both; do
56 [ $ovr == "setsock" ] && m="-M"
57 [ $ovr == "cmsg" ] && m="-m"
58 [ $ovr == "both" ] && m="-M $MARK -m"
61 check_result $? 0 "$prot $ovr - pass"
63 [ $ovr == "diff" ] && m="-M $((MARK + 1)) -m"
66 check_result $? 1 "$prot $ovr - rejection"
/linux/drivers/video/console/
H A Dvgacon.c987 unsigned char ovr, vde, fsr; in vgacon_adjust_height() local
1005 ovr = inb_p(vga_video_port_val); in vgacon_adjust_height()
1011 ovr = (ovr & 0xbd) + /* Overflow register */ in vgacon_adjust_height()
1017 outb_p(ovr, vga_video_port_val); in vgacon_adjust_height()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c662 int ovr = -1, err; in setup_per_test()
665 err = bpf_map_update_elem(tmp_index_ovr_map, &index_zero, &ovr, in setup_per_test()
661 int ovr = -1, err; setup_per_test() local
/linux/arch/arm64/kernel/
H A Dcpufeature.c762 #define __ARM64_FTR_REG_OVERRIDE(id_str, id, table, ovr) { \ argument
766 .override = (ovr), \
770 #define ARM64_FTR_REG_OVERRIDE(id, table, ovr) \ argument
771 __ARM64_FTR_REG_OVERRIDE(#id, id, table, ovr)
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c225 STAT_MIB_RX("rx_oversize", mib.rx.ovr),
249 STAT_MIB_TX("tx_oversize", mib.tx.ovr),