Searched refs:next_ns (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_seg6local.c | 55 int next_ns = ns + 1; in setup() local 58 NETNS_BASE, ns, local_id, peer_id, NETNS_BASE, next_ns); in setup() 61 SYS(fail, "ip -n %s%d link set dev veth%d up", NETNS_BASE, next_ns, peer_id); in setup() 67 NETNS_BASE, next_ns, peer_id, local_id, peer_id); in setup()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_ptp.c | 635 s64 now_ns, first_ns, period_ns, next_ns; in ksz_ptp_restart_perout() local 656 next_ns = first_ns + count * period_ns; in ksz_ptp_restart_perout() 658 next_ns = first_ns; in ksz_ptp_restart_perout() 662 while (next_ns < now_ns + 100000000) in ksz_ptp_restart_perout() 663 next_ns += period_ns; in ksz_ptp_restart_perout() 666 next = ns_to_timespec64(next_ns); in ksz_ptp_restart_perout()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.c | 1066 bool next_ns; in find_next_fwd_ft() local 1068 next_ns = flow_act->action & MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_NS; in find_next_fwd_ft() 1069 fs_get_obj(prio, next_ns ? ft->ns->node.parent : ft->node.parent); in find_next_fwd_ft()
|