| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | atomic.h | 25 static __inline__ int atomic_read(const atomic_t *v) in atomic_read() argument 29 __asm__ __volatile__("lwz%U1%X1 %0,%1" : "=r"(t) : "m"(v->counter)); in atomic_read() 34 static __inline__ void atomic_set(atomic_t *v, int i) in atomic_set() argument 36 __asm__ __volatile__("stw%U0%X0 %1,%0" : "=m"(v->counter) : "r"(i)); in atomic_set() 40 static __inline__ void atomic_##op(int a, atomic_t *v) \ 46 #asm_op " %0,%2,%0\n" \ 49 : "=&r" (t), "+m" (v->counter) \ 50 : "r" (a), "r" (&v->counter) \ 55 static inline int atomic_##op##_return_relaxed(int a, atomic_t *v) \ 61 #asm_op " %0,%2,%0\n" \ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
| D | vgic_init.c | 65 GUEST_SYNC(2); in guest_code() 79 struct vm_gic v; in vm_gic_create_with_vcpus() local 81 v.gic_dev_type = gic_dev_type; in vm_gic_create_with_vcpus() 82 v.vm = vm_create_with_vcpus(nr_vcpus, guest_code, vcpus); in vm_gic_create_with_vcpus() 83 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in vm_gic_create_with_vcpus() 85 return v; in vm_gic_create_with_vcpus() 90 struct vm_gic v; in vm_gic_create_barebones() local 92 v.gic_dev_type = gic_dev_type; in vm_gic_create_barebones() 93 v.vm = vm_create_barebones(); in vm_gic_create_barebones() 94 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in vm_gic_create_barebones() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| D | display_mode_vba_30.c | 426 double RequiredDPPCLK[][2][DC__NUM_DPP__MAX], 427 double RequiredDISPCLK[][2], 429 unsigned int NoOfDPP[][2][DC__NUM_DPP__MAX], 430 double ProjectedDCFCLKDeepSleep[][2], 431 double MaximumVStartup[][2][DC__NUM_DPP__MAX], 432 double TotalVActivePixelBandwidth[][2], 433 double TotalVActiveCursorBandwidth[][2], 434 double TotalMetaRowBandwidth[][2], 435 double TotalDPTERowBandwidth[][2], 436 unsigned int TotalNumberOfActiveDPP[][2], [all …]
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| D | mb86a16.c | 40 #define MB86A16_INFO 2 71 .len = 2 in mb86a16_write() 102 ret = i2c_transfer(state->i2c_adap, msg, 2); in mb86a16_read() 103 if (ret != 2) { in mb86a16_read() 123 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set() 141 tmp = (8192 * state->master_clk - 2 * m * rate * 8192 + state->master_clk / 2) / state->master_clk; in smrt_set() 146 if (mb86a16_write(state, MB86A16_SRATE1, (state->deci << 2) | in smrt_set() 292 val = 0x7a | (cren << 7) | (afcen << 2); in EN_set() 313 AFCA = 2; in AFCEXEN_set() 317 if (mb86a16_write(state, 0x2a, 0x02 | (afcexen << 5) | (AFCA << 2)) < 0) in AFCEXEN_set() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | mb86a16.c | 40 #define MB86A16_INFO 2 71 .len = 2 in mb86a16_write() 102 ret = i2c_transfer(state->i2c_adap, msg, 2); in mb86a16_read() 103 if (ret != 2) { in mb86a16_read() 123 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set() 141 tmp = (8192 * state->master_clk - 2 * m * rate * 8192 + state->master_clk / 2) / state->master_clk; in smrt_set() 146 if (mb86a16_write(state, MB86A16_SRATE1, (state->deci << 2) | in smrt_set() 292 val = 0x7a | (cren << 7) | (afcen << 2); in EN_set() 313 AFCA = 2; in AFCEXEN_set() 317 if (mb86a16_write(state, 0x2a, 0x02 | (afcexen << 5) | (AFCA << 2)) < 0) in AFCEXEN_set() [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | atomic.h | 29 #define atomic_read(v) READ_ONCE((v)->counter) argument 30 #define atomic64_read(v) READ_ONCE((v)->counter) argument 32 #define atomic_set(v,i) WRITE_ONCE((v)->counter, (i)) argument 33 #define atomic64_set(v,i) WRITE_ONCE((v)->counter, (i)) argument 42 static __inline__ void atomic_##op(int i, atomic_t * v) \ 47 " " #asm_op " %0,%2,%0\n" \ 49 " beq %0,2f\n" \ 50 ".subsection 2\n" \ 51 "2: br 1b\n" \ 53 :"=&r" (temp), "=m" (v->counter) \ [all …]
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| D | blake2s-generic.c | 21 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 22 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 23 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 24 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 25 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 26 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 27 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 28 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 29 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 30 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| D | blake2s-generic.c | 20 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 21 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 22 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 23 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 24 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 25 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 26 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 27 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 28 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 29 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | atomic.h | 27 static __inline__ int arch_atomic_read(const atomic_t *v) in arch_atomic_read() argument 33 __asm__ __volatile__("lwz %0,0(%1)" : "=r"(t) : "b"(&v->counter)); in arch_atomic_read() 35 __asm__ __volatile__("lwz%U1%X1 %0,%1" : "=r"(t) : "m<>"(v->counter)); in arch_atomic_read() 40 static __inline__ void arch_atomic_set(atomic_t *v, int i) in arch_atomic_set() argument 44 __asm__ __volatile__("stw %1,0(%2)" : "=m"(v->counter) : "r"(i), "b"(&v->counter)); in arch_atomic_set() 46 __asm__ __volatile__("stw%U0%X0 %1,%0" : "=m<>"(v->counter) : "r"(i)); in arch_atomic_set() 50 static __inline__ void arch_atomic_##op(int a, atomic_t *v) \ 56 #asm_op "%I2" suffix " %0,%0,%2\n" \ 59 : "=&r" (t), "+m" (v->counter) \ 60 : "r"#sign (a), "r" (&v->counter) \ [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | subdev-formats.rst | 17 :widths: 1 1 2 183 1 and 2. 199 green and 5-bit blue values padded on the high bit, transferred as 2 219 \setlength{\tabcolsep}{2pt} 222 :header-rows: 2 224 :widths: 36 7 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 262 - 2 291 - r\ :sub:`2` 295 - g\ :sub:`2` 299 - b\ :sub:`2` [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | subdev-formats.rst | 15 :widths: 1 1 2 179 1 and 2. 195 green and 5-bit blue values padded on the high bit, transferred as 2 215 \setlength{\tabcolsep}{2pt} 218 :header-rows: 2 220 :widths: 36 7 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 258 - 2 287 - r\ :sub:`2` 291 - g\ :sub:`2` 295 - b\ :sub:`2` [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| D | display_mode_vba_30.c | 397 struct vba_vars_st *v, 419 unsigned int CursorWidth[][2], 420 unsigned int CursorBPP[][2], 680 …mSlices = number of slices in the horiziontal direction per DSC engine in the set of {1, 2, 3, 4} in dscceComputeDelay() 686 // N422/N420 operate at 2 pixels per clock in dscceComputeDelay() 691 pixelsPerClock = 2; in dscceComputeDelay() 696 pixelsPerClock = 2; in dscceComputeDelay() 722 wx = (w + 2) / 3; in dscceComputeDelay() 726 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 734 //dsc processes 3 pixel containers per cycle and a container can contain 1 or 2 pixels in dscceComputeDelay() [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/ |
| D | sun6i_isp_reg.h | 12 #define SUN6I_ISP_ADDR_VALUE(a) ((a) >> 2) 21 #define SUN6I_ISP_FE_CFG_SRC0_MODE(v) (((v) << 8) & GENMASK(9, 8)) argument 22 #define SUN6I_ISP_FE_CFG_SRC1_MODE(v) (((v) << 16) & GENMASK(17, 16)) argument 27 #define SUN6I_ISP_FE_CTRL_PARA_READY BIT(2) 33 #define SUN6I_ISP_FE_CTRL_OUTPUT_SPEED_CTRL(v) (((v) << 16) & GENMASK(17, 16)) argument 39 #define SUN6I_ISP_FE_INT_EN_PARA_SAVE BIT(2) 50 #define SUN6I_ISP_FE_INT_STA_PARA_SAVE BIT(2) 80 #define SUN6I_ISP_MODULE_EN_DPC_LUT BIT(2) 104 #define SUN6I_ISP_MODE_INPUT_FMT(v) ((v) & GENMASK(2, 0)) argument 105 #define SUN6I_ISP_MODE_INPUT_YUV_SEQ(v) (((v) << 3) & GENMASK(4, 3)) argument [all …]
|
| /kernel/linux/linux-6.6/crypto/ |
| D | blake2b_generic.c | 26 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 27 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 28 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 29 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 30 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 31 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 32 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 33 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 34 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, 35 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 }, [all …]
|
| /kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
| D | atomic.h | 43 * @v: pointer of type atomic_t 45 * Atomically reads the value of @v. 47 #define atomic_read(v) READ_ONCE((v)->counter) argument 51 * @v: pointer of type atomic_t 54 * Atomically sets the value of @v to @i. 56 #define atomic_set(v, i) WRITE_ONCE((v)->counter, (i)) argument 59 static __inline__ void atomic_##op(int i, atomic_t * v) \ 63 : "+ZB" (v->counter) \ 69 static __inline__ int atomic_##op##_return##suffix(int i, atomic_t * v) \ 74 "am"#asm_op#mb".w" " %1, %2, %0 \n" \ [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| D | display_mode_vba_314.c | 57 // Delay in DCFCLK from ARB to DET (1st num is ARB to SDPIF, 2nd number is SDPIF to DET) 704 …mSlices = number of slices in the horiziontal direction per DSC engine in the set of {1, 2, 3, 4} in dscceComputeDelay() 710 // N422/N420 operate at 2 pixels per clock in dscceComputeDelay() 714 pixelsPerClock = 2; in dscceComputeDelay() 718 pixelsPerClock = 2; in dscceComputeDelay() 745 wx = (w + 2) / 3; in dscceComputeDelay() 749 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 757 //dsc processes 3 pixel containers per cycle and a container can contain 1 or 2 pixels in dscceComputeDelay() 768 Delay = Delay + 2; in dscComputeDelay() 774 Delay = Delay + 2; in dscComputeDelay() [all …]
|
| /kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/ |
| D | cmd_v2.c | 26 #define CMD_U3_HDR_TSP_ML_CTRL(v) FIELD_PREP(W3_MASK(107, 104), v) argument 27 #define CMD_U3_IDB4(v) FIELD_PREP(W3_MASK(103, 96), v) argument 28 #define CMD_U3_HDR_CMD(v) FIELD_PREP(W3_MASK(103, 96), v) argument 29 #define CMD_U2_IDB3(v) FIELD_PREP(W2_MASK( 95, 88), v) argument 30 #define CMD_U2_HDR_BT(v) FIELD_PREP(W2_MASK( 95, 88), v) argument 31 #define CMD_U2_IDB2(v) FIELD_PREP(W2_MASK( 87, 80), v) argument 32 #define CMD_U2_BT_CMD2(v) FIELD_PREP(W2_MASK( 87, 80), v) argument 33 #define CMD_U2_IDB1(v) FIELD_PREP(W2_MASK( 79, 72), v) argument 34 #define CMD_U2_BT_CMD1(v) FIELD_PREP(W2_MASK( 79, 72), v) argument 35 #define CMD_U2_IDB0(v) FIELD_PREP(W2_MASK( 71, 64), v) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/iommu/ |
| D | msm_iommu_hw-8xxx.h | 20 #define SET_GLOBAL_REG_N(b, n, r, v) SET_GLOBAL_REG(b, ((r) + (n << 2)), (v)) argument 21 #define GET_GLOBAL_REG_N(b, n, r) GET_GLOBAL_REG(b, ((r) + (n << 2))) 28 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument 29 SET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT, (v)) 30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument 31 SET_FIELD(((b) + (r) + ((c) << CTX_SHIFT)), F##_MASK, F##_SHIFT, (v)) 35 #define SET_FIELD(addr, mask, shift, v) \ argument 38 writel((t & ~((mask) << (shift))) + (((v) & (mask)) << (shift)), addr);\ 49 #define FL_TYPE_SECT (2 << 0) 54 #define FL_BUFFERABLE (1 << 2) [all …]
|
| /kernel/linux/linux-5.10/drivers/iommu/ |
| D | msm_iommu_hw-8xxx.h | 20 #define SET_GLOBAL_REG_N(b, n, r, v) SET_GLOBAL_REG(b, ((r) + (n << 2)), (v)) argument 21 #define GET_GLOBAL_REG_N(b, n, r) GET_GLOBAL_REG(b, ((r) + (n << 2))) 28 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument 29 SET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT, (v)) 30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument 31 SET_FIELD(((b) + (r) + ((c) << CTX_SHIFT)), F##_MASK, F##_SHIFT, (v)) 35 #define SET_FIELD(addr, mask, shift, v) \ argument 38 writel((t & ~((mask) << (shift))) + (((v) & (mask)) << (shift)), addr);\ 49 #define FL_TYPE_SECT (2 << 0) 54 #define FL_BUFFERABLE (1 << 2) [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-csi/ |
| D | sun6i_csi_reg.h | 14 #define SUN6I_CSI_ADDR_VALUE(a) ((a) >> 2) 18 #define SUN6I_CSI_EN_PTN_CYCLE(v) (((v) << 16) & GENMASK(23, 16)) argument 22 #define SUN6I_CSI_EN_CLK_CNT_EN BIT(2) 29 #define SUN6I_CSI_IF_CFG_FIELD_DT_PCLK_SHIFT(v) (((v) << 24) & GENMASK(27, 24)) argument 43 #define SUN6I_CSI_IF_CFG_FIELD_DT_VSYNC (2 << 14) 46 #define SUN6I_CSI_IF_CFG_DATA_WIDTH_12 (2 << 8) 57 #define SUN6I_CSI_CAP_MASK(v) (((v) << 2) & GENMASK(5, 2)) argument 70 #define SUN6I_CSI_CH_CFG_PAD_VAL(v) (((v) << 24) & GENMASK(31, 24)) argument 71 #define SUN6I_CSI_CH_CFG_INPUT_FMT(v) (((v) << 20) & GENMASK(23, 20)) argument 72 #define SUN6I_CSI_CH_CFG_OUTPUT_FMT(v) (((v) << 16) & GENMASK(19, 16)) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| D | display_mode_vba_31.c | 56 // Delay in DCFCLK from ARB to DET (1st num is ARB to SDPIF, 2nd number is SDPIF to DET) 683 …mSlices = number of slices in the horiziontal direction per DSC engine in the set of {1, 2, 3, 4} in dscceComputeDelay() 689 // N422/N420 operate at 2 pixels per clock in dscceComputeDelay() 693 pixelsPerClock = 2; in dscceComputeDelay() 697 pixelsPerClock = 2; in dscceComputeDelay() 724 wx = (w + 2) / 3; in dscceComputeDelay() 728 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 736 //dsc processes 3 pixel containers per cycle and a container can contain 1 or 2 pixels in dscceComputeDelay() 747 Delay = Delay + 2; in dscComputeDelay() 753 Delay = Delay + 2; in dscComputeDelay() [all …]
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | cs43130.h | 44 #define CS43130_PLL_SET_2 0x030002 /* PLL Setting 2 */ 55 #define CS43130_ASP_NUM_2 0x040011 /* ASP Numerator 2 */ 57 #define CS43130_ASP_DEN_2 0x040013 /* ASP Denominator 2 */ 59 #define CS43130_ASP_LRCK_HI_TIME_2 0x040015 /* ASP LRCK High Time 2 */ 61 #define CS43130_ASP_LRCK_PERIOD_2 0x040017 /* ASP LRCK Period 2 */ 65 #define CS43130_XSP_NUM_2 0x040021 /* XSP Numerator 2 */ 67 #define CS43130_XSP_DEN_2 0x040023 /* XSP Denominator 2 */ 69 #define CS43130_XSP_LRCK_HI_TIME_2 0x040025 /* XSP LRCK High Time 2 */ 71 #define CS43130_XSP_LRCK_PERIOD_2 0x040027 /* XSP LRCK Period 2 */ 75 #define CS43130_ASP_CH_2_LOC 0x050001 /* ASP Chan 2 Location */ [all …]
|
| /kernel/linux/linux-6.6/arch/alpha/include/asm/ |
| D | atomic.h | 29 #define arch_atomic_read(v) READ_ONCE((v)->counter) argument 30 #define arch_atomic64_read(v) READ_ONCE((v)->counter) argument 32 #define arch_atomic_set(v,i) WRITE_ONCE((v)->counter, (i)) argument 33 #define arch_atomic64_set(v,i) WRITE_ONCE((v)->counter, (i)) argument 42 static __inline__ void arch_atomic_##op(int i, atomic_t * v) \ 47 " " #asm_op " %0,%2,%0\n" \ 49 " beq %0,2f\n" \ 50 ".subsection 2\n" \ 51 "2: br 1b\n" \ 53 :"=&r" (temp), "=m" (v->counter) \ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| D | gre_multipath_nh.sh | 18 # | 2001:db8:1::2/64 | 26 # | v v | 52 # | 2001:db8:2::1/64 | | 59 # | 2001:db8:2::2/64 | 76 ip route add vrf v$h1 192.0.2.16/28 via 192.0.2.2 77 ip route add vrf v$h1 2001:db8:2::/64 via 2001:db8:1::2 82 ip route del vrf v$h1 2001:db8:2::/64 via 2001:db8:1::2 83 ip route del vrf v$h1 192.0.2.16/28 via 192.0.2.2 89 simple_if_init $ol1 192.0.2.2/28 2001:db8:1::2/64 90 __simple_if_init $ul1 v$ol1 [all …]
|
| D | gre_multipath_nh_res.sh | 18 # | 2001:db8:1::2/64 | 26 # | v v | 52 # | 2001:db8:2::1/64 | | 59 # | 2001:db8:2::2/64 | 76 ip route add vrf v$h1 192.0.2.16/28 via 192.0.2.2 77 ip route add vrf v$h1 2001:db8:2::/64 via 2001:db8:1::2 82 ip route del vrf v$h1 2001:db8:2::/64 via 2001:db8:1::2 83 ip route del vrf v$h1 192.0.2.16/28 via 192.0.2.2 89 simple_if_init $ol1 192.0.2.2/28 2001:db8:1::2/64 90 __simple_if_init $ul1 v$ol1 [all …]
|