/linux/tools/include/linux/ |
H A D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 37 .dst_reg = DST, \ 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 45 .dst_reg = DST, \ 52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 55 .dst_reg = DST, \ 60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 63 .dst_reg = DST, \ 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 73 .dst_reg = DST, \ [all …]
|
/linux/samples/bpf/ |
H A D | bpf_insn.h | 10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 13 .dst_reg = DST, \ 18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 21 .dst_reg = DST, \ 28 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 31 .dst_reg = DST, \ 36 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 39 .dst_reg = DST, \ 46 #define BPF_MOV64_REG(DST, SRC) \ argument 49 .dst_reg = DST, \ [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | udpgro_fwd.sh | 9 readonly DST=1 12 readonly NS_DST=$BASE$DST 48 ip link add name veth$SRC type veth peer name veth$DST 50 for ns in $SRC $DST; do 56 ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null 78 for ns in $SRC $DST; do 83 for ns in $SRC $DST; do 89 local addr_dst=$(ip -j -n $BASE$DST link show dev vxlan6$DST |jq -r '.[]["address"]') 91 ip -n $BASE$DST neigh add dev vxlan6$DST lladdr $addr_src $OL_NET_V6$SRC 92 ip -n $BASE$SRC neigh add dev vxlan6$SRC lladdr $addr_dst $OL_NET_V6$DST [all …]
|
/linux/include/linux/ |
H A D | filter.h | 102 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 105 .dst_reg = DST, \ 110 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 111 BPF_ALU64_REG_OFF(OP, DST, SRC, 0) 113 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 116 .dst_reg = DST, \ 121 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 122 BPF_ALU32_REG_OFF(OP, DST, SRC, 0) 126 #define BPF_ALU64_IMM_OFF(OP, DST, IMM, OFF) \ argument 129 .dst_reg = DST, \ [all …]
|
/linux/kernel/bpf/ |
H A D | core.c | 59 #define DST regs[insn->dst_reg] macro 1767 DST = DST OP (SRC & 63); \ in ___bpf_prog_run() 1770 DST = (u32) DST OP ((u32) SRC & 31); \ in ___bpf_prog_run() 1773 DST = DST OP IMM; \ in ___bpf_prog_run() 1776 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run() 1781 DST = DST OP SRC; \ in ___bpf_prog_run() 1784 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run() 1787 DST = DST OP IMM; \ in ___bpf_prog_run() 1790 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run() 1803 DST = (u32) -DST; in ___bpf_prog_run() [all …]
|
/linux/arch/arc/lib/ |
H A D | memcpy-archs-unaligned.S | 12 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument 17 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
|
H A D | memcpy-archs.S | 25 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument 30 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
|
/linux/scripts/ |
H A D | objdiff | 98 DST="`git rev-parse --short HEAD`" 101 DST="`git rev-parse --short $2`" 111 DSTD="$TMPD/$DST"
|
/linux/arch/x86/crypto/ |
H A D | aes-gcm-aesni-x86_64.S | 405 movdqu (DST), TMP1 440 movdqu (DST,%rax,2), TMP1 656 movdqu AESDATA\i, \i*16(DST) 689 .set DST, %r8 define 807 sub $-8*16, DST 812 sub $-8*16, DST 828 sub $-8*16, DST 897 movdqu TMP0, (DST) 901 movdqu TMP0, (DST) 917 add $16, DST [all …]
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_adv_rss.c | 22 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, DST); in iavf_fill_adv_rss_ip4_hdr() 39 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, DST); in iavf_fill_adv_rss_ip6_hdr()
|
H A D | iavf_fdir.c | 337 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, DST); in iavf_fill_fdir_ip4_hdr() 381 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, DST); in iavf_fill_fdir_ip6_hdr()
|
/linux/Documentation/admin-guide/media/ |
H A D | bt8xx.rst | 75 - Old TwinHan DST cards or clones with or without CA slot and not 123 Twinhan DST and clones 113
|
H A D | bttv-cardlist.rst | 470 - Twinhan DST + clones
|
H A D | bttv.rst | 1555 - DST Card/DST-IP (bt878, twinhan asic) VP-1020 1563 - DST-CI Card (DVB Satellite) VP-1030
|
/linux/drivers/media/pci/bt8xx/ |
H A D | Kconfig | 38 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
|
/linux/tools/testing/selftests/net/netfilter/packetdrill/ |
H A D | conntrack_synack_old.pkt | 12 …er bound (over the window of the receiver) IN=tun0 OUT= MAC= SRC=192.0.2.1 DST=192.168.37.78 LEN=4…
|
H A D | conntrack_ack_loss_stall.pkt | 112 …r bound (already ACKed data retransmitted) IN=tun0 OUT= MAC= SRC=192.0.2.1 DST=192.168.24.72 LEN=1…
|
/linux/arch/sh/lib/ |
H A D | checksum.S | 161 ! r5: char *DST
|
H A D | memcpy-sh4.S | 165 ! r4 --> [ ... ] DST [ ... ] SRC
|
/linux/arch/sparc/lib/ |
H A D | M7memcpy.S | 201 andcc %o5, 7, %o5 ! bytes till DST 8 byte aligned 299 ! DST is 8-byte aligned, src is not 893 add %o0, 4, %o0 ! advance DST by 4
|
/linux/Documentation/filesystems/ |
H A D | vfat.rst | 156 cases in presence of DST - time stamps in a different DST
|
/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 128 #define EMIT_mov(DST, SRC) \ argument 130 if (DST != SRC) \ 131 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_flower.c | 52 PEDIT_FIELDS(IP4_, DST, 4, nat_lip, 0),
|
/linux/Documentation/virt/kvm/x86/ |
H A D | timekeeping.rst | 256 bit 0 = 0 (DST off) / 1 (DST enabled)
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 11993 fmovm.x DST(%a1),&0x80 # return INF result in fp0 13768 fmovm.x DST(%a1),&0x80 # load dst op 15490 fmovm.x DST(%a1),&0x80 # return dst INF 15856 # If the DST exponent is > the SRC exponent, set the DST exponent # 15858 # DST exponent was scaled by. If the SRC exponent is greater or equal, #
|